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
0b829ec7
authored
2020-11-11 10:06:27 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
自然幢表单样式修改
1 parent
b6650f69
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
25 deletions
src/components/plsh/plSh.vue
src/views/systemZRZ/index.vue
src/views/systemZRZ/lpb/index.vue
src/views/systemZRZ/zrzxx/index.vue
src/components/plsh/plSh.vue
View file @
0b829ec
<
template
>
<div
class=
"
main
"
>
<div
class=
""
>
<el-dialog
title=
"批量室号"
:visible
.
sync=
"isVisible"
...
...
src/views/systemZRZ/index.vue
View file @
0b829ec
...
...
@@ -44,24 +44,24 @@ export default {
};
</
script
>
<
style
scoped
lang=
"less"
>
.content_box
{
box-sizing
:
border-box
;
padding
:
0
20px
;
.el-tabs{
width
:
100%
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
/
deep
/
.el-tabs__content
{
width
:
100%
;
height
:
100%
;
flex
:
1
;
position
:
unset
;
}
.el-tab-pane
{
width
:
100%
;
height
:
100%
;
}
}
//
.content_box
{
//
box-sizing
:
border-box
;
//
padding
:
0
20px
;
//
.el-tabs{
//
width
:
100%
;
//
height
:
100%
;
//
display
:
flex
;
//
flex-direction
:
column
;
//
}
//
/
deep
/
.el-tabs__content
{
//
width
:
100%
;
//
height
:
100%
;
//
flex
:
1
;
//
position
:
unset
;
//
}
//
.el-tab-pane
{
//
width
:
100%
;
//
height
:
100%
;
//
}
//
}
</
style
>
...
...
src/views/systemZRZ/lpb/index.vue
View file @
0b829ec
...
...
@@ -42,7 +42,8 @@ export default {
.lpb
{
width
:
100%
;
height
:
100%
;
background-color
:
#fff
;
box-sizing
:
border-box
;
padding
:
0
18px
!important
;
/deep/.el-tabs__header{
margin-bottom
:
0
;
}
...
...
src/views/systemZRZ/zrzxx/index.vue
View file @
0b829ec
<
template
>
<div
class=
"zrz content-form"
v-loading=
"loading"
>
<div
class=
"zrz content-form
main
"
v-loading=
"loading"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<Qlr
ref=
"qlrxxModule"
:bsm=
"bsm"
></Qlr>
<table
border=
"1"
width=
"100%"
cellspacing=
"0"
cellpadding=
"0"
class=
"zrzTable"
>
...
...
@@ -528,8 +528,6 @@
.zrz
{
min-height
:
200px
;
width
:
100%
;
margin-top
:
10px
;
float
:
left
;
/deep/.el-input__inner{
width
:
100%
;
...
...
Please
register
or
sign in
to post a comment