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
7fb2a076
authored
2020-12-28 15:30:07 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
同意水平线的问题
1 parent
70b2a021
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
7 deletions
src/components/dzHb/dzHb.vue
src/views/manage/index.vue
src/views/panel/add/index.vue
src/views/panel/change/hb/index.vue
src/views/panel/change/index.vue
src/views/panel/modify/index.vue
src/views/panel/search/index.vue
src/components/dzHb/dzHb.vue
View file @
7fb2a07
This diff is collapsed.
Click to expand it.
src/views/manage/index.vue
View file @
7fb2a07
...
...
@@ -34,12 +34,15 @@
<
style
scoped
lang=
"less"
>
.el-tabs
{
height
:
calc
(
100%
-
50px
);
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
}
/deep/.el-tabs__content{
height
:
100%
;
/deep/.el-tab-pane{
height
:
100%
;
}
background
:
#eaedf5
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
}
</
style
>
\ No newline at end of file
...
...
src/views/panel/add/index.vue
View file @
7fb2a07
...
...
@@ -171,6 +171,9 @@
height
:
100%
;
}
background
:
#eaedf5
;
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
}
.main
{
width
:
100%
;
...
...
src/views/panel/change/hb/index.vue
View file @
7fb2a07
This diff is collapsed.
Click to expand it.
src/views/panel/change/index.vue
View file @
7fb2a07
...
...
@@ -68,5 +68,8 @@ export default {
}
background
:
#eaedf5
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
}
</
style
>
...
...
src/views/panel/modify/index.vue
View file @
7fb2a07
...
...
@@ -239,6 +239,9 @@
height
:
100%
;
}
background
:
#eaedf5
;
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
}
.main
{
width
:
100%
;
...
...
src/views/panel/search/index.vue
View file @
7fb2a07
...
...
@@ -197,6 +197,9 @@
}
background
:
#eaedf5
;
}
/
deep
/
.el-tabs__item
{
height
:
48px
;
}
.main
{
width
:
100%
;
height
:
100%
;
...
...
Please
register
or
sign in
to post a comment