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

116

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