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
6a9a3a33
authored
2021-01-12 09:54:25 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
边框优化
1 parent
3a50661e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
src/views/Home.vue
src/views/zrz/lpb/bjlp/index.vue
src/views/Home.vue
View file @
6a9a3a3
...
...
@@ -576,6 +576,7 @@ export default {
.treeModule
{
box-sizing
:
border-box
;
padding
:
20px
20px
;
border-right
:
1px
solid
#dedede
;
}
.logo-box-show
{
width
:
64px
;
...
...
src/views/zrz/lpb/bjlp/index.vue
View file @
6a9a3a3
...
...
@@ -835,7 +835,6 @@ export default {
background-color
:
rgb
(
245
,
250
,
254
);
.tab-header
{
border
:
1px
solid
#dedede
;
border-top
:
0
;
box-sizing
:
border-box
;
padding
:
20px
0
;
background-color
:
#ffffff
;
...
...
@@ -897,6 +896,7 @@ export default {
}
}
.tab-content
{
border
:
1px
solid
#dedede
;
background-color
:
#ffffff
;
display
:
flex
;
overflow-y
:
scroll
;
...
...
Please
register
or
sign in
to post a comment