楼盘表双击户打开的户编辑弹框样式调整
Showing
2 changed files
with
9 additions
and
1 deletions
... | @@ -137,6 +137,9 @@ ol, ul { list-style:none; } | ... | @@ -137,6 +137,9 @@ ol, ul { list-style:none; } |
137 | -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4); | 137 | -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4); |
138 | box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4); | 138 | box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.4); |
139 | } | 139 | } |
140 | .el-dialog__body{ | ||
141 | padding-bottom: 25px!important; | ||
142 | } | ||
140 | // 自定义右键菜单样式 | 143 | // 自定义右键菜单样式 |
141 | .contextmenu { | 144 | .contextmenu { |
142 | margin: 0; | 145 | margin: 0; | ... | ... |
... | @@ -247,7 +247,7 @@ | ... | @@ -247,7 +247,7 @@ |
247 | @close="hcxlzClose" | 247 | @close="hcxlzClose" |
248 | ></h-cxlz> | 248 | ></h-cxlz> |
249 | <!-- 双击户的弹出框 --> | 249 | <!-- 双击户的弹出框 --> |
250 | <el-dialog title="户编辑" :visible.sync="hbjVisible" width="50%" center> | 250 | <el-dialog title="户编辑" class="hbjDialog" :visible.sync="hbjVisible" width="70%" center> |
251 | <hbj ref="hbj" :bsm="hbsm"></hbj> | 251 | <hbj ref="hbj" :bsm="hbsm"></hbj> |
252 | <div class="btnGroup"> | 252 | <div class="btnGroup"> |
253 | <el-button type="primary" @click="hbjSaveInfo">保存</el-button> | 253 | <el-button type="primary" @click="hbjSaveInfo">保存</el-button> |
... | @@ -852,5 +852,10 @@ export default { | ... | @@ -852,5 +852,10 @@ export default { |
852 | margin: 20px auto 0; | 852 | margin: 20px auto 0; |
853 | width: 230px; | 853 | width: 230px; |
854 | } | 854 | } |
855 | .hbjDialog{ | ||
856 | /deep/ .el-dialog{ | ||
857 | margin-top: 10vh!important; | ||
858 | } | ||
859 | } | ||
855 | } | 860 | } |
856 | </style> | 861 | </style> | ... | ... |
-
Please register or sign in to post a comment