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