forked from github/dataease
feat: 1.替换权限样式开关图标
This commit is contained in:
parent
58b8c7afc7
commit
9ff42a43a8
@ -33,7 +33,8 @@
|
||||
<!--2-{{ auth.privilegeType }}-{{ auth.privilegeValue }}-->
|
||||
<el-switch v-model="auth.privilegeValue" :active-value="1" :inactive-value="0" inactive-color="#DCDFE6" @change="clickAuth(data.id,auth)" />
|
||||
</span>
|
||||
</div></span>
|
||||
</div>
|
||||
</span>
|
||||
</span>
|
||||
</el-tree>
|
||||
</el-row>
|
||||
@ -282,8 +283,9 @@ export default {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.tree-main{
|
||||
height: 100vh;
|
||||
height: calc(100vh - 206px);
|
||||
border: 1px solid #e6e6e6;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.tree-head{
|
||||
height: 30px;
|
||||
|
Loading…
Reference in New Issue
Block a user