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
33703377
authored
2021-01-27 14:19:59 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
f30aa0b2
2122fb1c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/components/lshs/index.vue
src/components/lshs/index.vue
View file @
3370337
...
...
@@ -97,7 +97,9 @@
</div>
</el-tab-pane>
<el-tab-pane
label=
"登记簿"
name=
"djb"
>
<div
class=
"djb"
>
暂无数据
</div>
</el-tab-pane>
</el-tabs>
</div>
...
...
@@ -413,7 +415,7 @@ export default {
border
:
1px
solid
#e6e6e6
;
background
:
white
;
box-sizing
:
border-box
;
padding
:
20px
20px
0
20px
;
//
padding
:
20px
20px
0
20px
;
}
.slot
{
...
...
@@ -482,4 +484,8 @@ export default {
}
}
}
.djb
{
box-sizing
:
border-box
;
padding
:
20px
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment