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
c221dc17
authored
2020-11-11 15:07:37 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
全局弹框阴影和遮罩层样式修改
1 parent
10d41344
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
src/assets/less/main.less
src/views/systemZRZ/lpb/bjlp/index.vue
src/assets/less/main.less
View file @
c221dc1
...
...
@@ -96,3 +96,12 @@ ol, ul { list-style:none; }
}
}
}
//弹框遮罩层样式
.v-modal{
opacity: .2;
background: #fff;
}
.el-dialog{
-webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4);
}
\ No newline at end of file
...
...
src/views/systemZRZ/lpb/bjlp/index.vue
View file @
c221dc1
...
...
@@ -256,7 +256,7 @@ export default {
},
//获取高度计算lpb内容区高度
getHeight
()
{
this
.
lpbContentHight
=
window
.
innerHeight
-
2
76
;
this
.
lpbContentHight
=
window
.
innerHeight
-
2
85
;
},
//创建楼盘
create
()
{
...
...
@@ -388,7 +388,7 @@ export default {
box-sizing
:
border-box
;
padding
:
20px
0
;
background-color
:
#ffffff
;
margin-bottom
:
20
px
;
margin-bottom
:
15
px
;
.searchContent
{
box-sizing
:
border-box
;
padding
:
0
20px
;
...
...
Please
register
or
sign in
to post a comment