明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
e5425827
Commit
e5425827
authored
Mar 16, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情处理、
parent
291bad24
Pipeline
#108420
passed with stage
in 21 seconds
Changes
5
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
45 additions
and
28 deletions
+45
-28
routes.js
src/router/routes.js
+28
-28
manage.css
src/styles/manage.css
+5
-0
manage.less
src/styles/manage.less
+5
-0
verticalManages.css
src/styles/verticalManages.css
+3
-0
verticalManages.less
src/styles/verticalManages.less
+4
-0
No files found.
src/router/routes.js
View file @
e5425827
This diff is collapsed.
Click to expand it.
src/styles/manage.css
View file @
e5425827
...
@@ -6,6 +6,11 @@
...
@@ -6,6 +6,11 @@
flex-direction
:
column
;
flex-direction
:
column
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
.add-project-content
{
background-color
:
#fff
;
padding-top
:
16px
;
padding-right
:
16px
;
}
.system-manage-header
{
.system-manage-header
{
background
:
rgba
(
255
,
255
,
255
,
0.9
);
background
:
rgba
(
255
,
255
,
255
,
0.9
);
border-radius
:
8px
;
border-radius
:
8px
;
...
...
src/styles/manage.less
View file @
e5425827
...
@@ -6,6 +6,11 @@
...
@@ -6,6 +6,11 @@
flex-direction: column;
flex-direction: column;
box-sizing: border-box;
box-sizing: border-box;
}
}
.add-project-content {
background-color: #fff;
padding-top: 16px;
padding-right: 16px;
}
.system-manage-header {
.system-manage-header {
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
border-radius: 8px;
...
...
src/styles/verticalManages.css
View file @
e5425827
...
@@ -24,6 +24,9 @@
...
@@ -24,6 +24,9 @@
.system-manage-header
.header-left
.el-select
{
.system-manage-header
.header-left
.el-select
{
width
:
220px
;
width
:
220px
;
}
}
.add-project-content
{
background-color
:
#fff
;
}
.system-manage-content
{
.system-manage-content
{
background
:
rgba
(
255
,
255
,
255
,
0.9
);
background
:
rgba
(
255
,
255
,
255
,
0.9
);
border-radius
:
8px
;
border-radius
:
8px
;
...
...
src/styles/verticalManages.less
View file @
e5425827
...
@@ -25,6 +25,10 @@
...
@@ -25,6 +25,10 @@
}
}
}
}
}
}
.add-project-content {
background-color: #fff;
}
.system-manage-content {
.system-manage-content {
background: rgba(255, 255, 255, 0.9);
background: rgba(255, 255, 255, 0.9);
border-radius: 8px;
border-radius: 8px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment