update:数据总览维度限制
This commit is contained in:
@@ -22,7 +22,13 @@
|
||||
<div class="select-content">
|
||||
<div class="select-content-head">
|
||||
<el-space>
|
||||
<el-button type="primary" @click="addSelectLevelFun">添加层级</el-button>
|
||||
<el-button
|
||||
type="primary"
|
||||
@click="addSelectLevelFun"
|
||||
:disabled="selectLevelFormData.selectLevelList.length >= 10"
|
||||
>
|
||||
添加层级
|
||||
</el-button>
|
||||
<el-button type="primary" @click="saveSelectLevelFun">保存</el-button>
|
||||
<el-button type="primary" @click="editFun">编辑</el-button>
|
||||
</el-space>
|
||||
@@ -384,6 +390,7 @@ watch(
|
||||
width: 100%;
|
||||
flex: 1;
|
||||
padding: var(--padding-normal) 0;
|
||||
overflow-y: auto;
|
||||
.select-level-box {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user