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
523d79c0
authored
2020-12-25 16:50:49 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
高度宽度调整
1 parent
c24f1b28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
src/assets/less/main.less
src/components/searchHead/searchHead.vue
src/views/panel/change/cxlz/index.vue
src/assets/less/main.less
View file @
523d79c
...
...
@@ -11,7 +11,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 1
8px 18
px 0!important;
padding: 1
0px 10
px 0!important;
}
.pagination {
padding: 18px;
...
...
src/components/searchHead/searchHead.vue
View file @
523d79c
...
...
@@ -189,7 +189,7 @@ export default {
margin-left
:
-10px
;
}
}
margin-bottom
:
1
8
px
;
margin-bottom
:
1
0
px
;
}
.el-button
{
width
:
100px
;
...
...
src/views/panel/change/cxlz/index.vue
View file @
523d79c
...
...
@@ -544,7 +544,7 @@ export default {
box-sizing
:
border-box
;
padding
:
18px
0
4px
0
;
border
:
1px
solid
#E6E6E6
;
margin-bottom
:
1
8
px
;
margin-bottom
:
1
0
px
;
}
.el-button
{
width
:
100px
;
...
...
Please
register
or
sign in
to post a comment