提交 9ff42a43 authored 作者: wangjiahao's avatar wangjiahao

feat: 1.替换权限样式开关图标

上级 58b8c7af
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
<!--2-{{ auth.privilegeType }}-{{ auth.privilegeValue }}--> <!--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)" /> <el-switch v-model="auth.privilegeValue" :active-value="1" :inactive-value="0" inactive-color="#DCDFE6" @change="clickAuth(data.id,auth)" />
</span> </span>
</div></span> </div>
</span>
</span> </span>
</el-tree> </el-tree>
</el-row> </el-row>
...@@ -282,8 +283,9 @@ export default { ...@@ -282,8 +283,9 @@ export default {
padding-left: 8px; padding-left: 8px;
} }
.tree-main{ .tree-main{
height: 100vh; height: calc(100vh - 206px);
border: 1px solid #e6e6e6; border: 1px solid #e6e6e6;
overflow-y: auto;
} }
.tree-head{ .tree-head{
height: 30px; height: 30px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论