Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psa-web
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
高滢
psa-web
Commits
001f85db
Commit
001f85db
authored
Mar 06, 2025
by
高滢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(页面统一): 样式
parent
c830e5cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
index.scss
src/assets/styles/index.scss
+18
-2
No files found.
src/assets/styles/index.scss
View file @
001f85db
...
@@ -123,14 +123,30 @@ aside {
...
@@ -123,14 +123,30 @@ aside {
//main-container全局样式
//main-container全局样式
.app-container
{
.app-container
{
display
:
flex
;
flex-direction
:
column
;
/* 垂直排列 */
padding
:
20px
;
padding
:
20px
;
background
:
#FAFAFB
;
background
:
#FAFAFB
;
min-height
:
calc
(
100vh
-
100px
);
min-height
:
calc
(
100vh
-
100px
);
}
}
.formSearch
{
background
:
#ffffff
;
margin-bottom
:
20px
;
box-shadow
:
0
2px
2px
0
#b3b3b3
80
;
border-radius
:
2px
;
min-height
:
100px
;
padding
:
30px
;
}
.contentTable
{
background
:
#ffffff
;
box-shadow
:
0
2px
2px
0
#b3b3b3
80
;
border-radius
:
2px
;
flex
:
1
;
/* 占满剩余高度 */
padding
:
30px
;
}
.content
{
.content
{
padding
:
20px
;
padding
:
20px
;
margin-bottom
:
10px
;
flex
:
1
;
height
:calc
(
100vh
-
149px
)
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
box-shadow
:
0
2px
2px
0
#b3b3b3
80
;
box-shadow
:
0
2px
2px
0
#b3b3b3
80
;
border-radius
:
2px
;
border-radius
:
2px
;
...
...
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