Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cfb0a7d4
authored
2020-12-30 16:14:56 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
系统管理页面样式调整
1 parent
54e1db13
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
13 deletions
src/views/manage/dictionary/index.vue
src/views/manage/log/index.vue
src/views/manage/dictionary/index.vue
View file @
cfb0a7d
...
...
@@ -325,18 +325,17 @@
/*border: 1px solid red;*/
}
.log-search
{
margin-top
:
10px
;
padding-left
:
15px
;
padding-top
:
20px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
height
:
6
0px
;
border
:
1px
solid
#
E6E6E6
;
height
:
8
0px
;
background-color
:
white
;
box-sizing
:
border-box
;
padding
:
20px
15px
;
}
.log-detail
{
margin-top
:
10px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
border
:
1px
solid
#
E6E6E6
;
height
:
900px
;
overflow
:
scroll
;
background-color
:
white
;
...
...
@@ -347,7 +346,7 @@
float
:
left
;
height
:
900px
;
overflow
:
scroll
;
border-right
:
1px
solid
#
a8adad
;
border-right
:
1px
solid
#
E6E6E6
;
}
.log-table
{
...
...
src/views/manage/log/index.vue
View file @
cfb0a7d
...
...
@@ -181,18 +181,17 @@
/*border: 1px solid red;*/
}
.log-search
{
margin-top
:
10px
;
padding-left
:
15px
;
padding-top
:
20px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
height
:
6
0px
;
border
:
1px
solid
#
E6E6E6
;
height
:
8
0px
;
background-color
:
white
;
box-sizing
:
border-box
;
padding
:
20px
15px
;
}
.log-table
{
margin-top
:
10px
;
width
:
100%
;
border
:
1px
solid
#
a8adad
;
border
:
1px
solid
#
E6E6E6
;
}
.el-button
{
width
:
100px
;
...
...
Please
register
or
sign in
to post a comment