提交 7af032eb authored 作者: 王腾飞's avatar 王腾飞

116

上级 0154a339
...@@ -81,10 +81,17 @@ ...@@ -81,10 +81,17 @@
.contentBoxLeft { .contentBoxLeft {
.el-dialog { .el-dialog {
width:534px; width:534px;
max-height:573px; // max-height:573px;
overflow-y:auto; // overflow-y:auto;
.el-dialog__body {
padding:8px 20px;
}
.el-form:nth-of-type(1) {
max-height:400px;
overflow:auto;
}
} }
.el-dialog::-webkit-scrollbar { .el-form:nth-of-type(1)::-webkit-scrollbar {
width:5px; width:5px;
height:5px; height:5px;
} }
......
...@@ -165,7 +165,9 @@ ...@@ -165,7 +165,9 @@
<el-button @click.prevent="removeDomain(domain)" style="margin-left:20px;">删除</el-button> <el-button @click.prevent="removeDomain(domain)" style="margin-left:20px;">删除</el-button>
</el-form-item> </el-form-item>
</div> </div>
<el-form-item style="padding:0 29.1%;"> </el-form>
<el-form style="padding-top:28px;">
<el-form-item style="padding:0 28.7%;">
<el-button @click="addDomain">新增属性条目</el-button> <el-button @click="addDomain">新增属性条目</el-button>
<el-button type="primary" @click="submitForm('dynamicValidateForm')">提交</el-button> <el-button type="primary" @click="submitForm('dynamicValidateForm')">提交</el-button>
</el-form-item> </el-form-item>
......
...@@ -119,6 +119,7 @@ export default { ...@@ -119,6 +119,7 @@ export default {
// lng: 116.404, // lng: 116.404,
// lat: 39.915, // lat: 39.915,
// }, // },
loading: false,
zoom: 3, zoom: 3,
//keyword: '',//地图搜索需要关键字 //keyword: '',//地图搜索需要关键字
checkAll: false, checkAll: false,
......
...@@ -112,6 +112,7 @@ export default { ...@@ -112,6 +112,7 @@ export default {
components:{pagination}, components:{pagination},
data() { data() {
return { return {
loading: false,
checkAll: false, checkAll: false,
isIndeterminate: true, isIndeterminate: true,
multipleSelection: [],//选中的 multipleSelection: [],//选中的
......
...@@ -118,6 +118,7 @@ export default { ...@@ -118,6 +118,7 @@ export default {
name: 'characterentry', name: 'characterentry',
data() { data() {
return { return {
loading: false,
dialogFormVisible: false, dialogFormVisible: false,
dialogFormVisible1: false, dialogFormVisible1: false,
formLabelWidth: '92px', formLabelWidth: '92px',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论