“dzb”
2022-10-08 ccedc2e714c01d51f8eb986c6549ea701811f4bb
src/views/systemSetting/baseSetting/role/updateUser/index.vue
@@ -4,7 +4,6 @@
            <div class="mainContent">
                <div class="my-tree">
                    <div class="my-tree__wrap">
                        <!-- @node-click="handleNodeClick" -->
                        <el-tree ref="tree" :data="roleList" :props="defaultProps"  show-checkbox
                            @check="handleCheck" :default-checked-keys="checkedIds" default-expand-all node-key="id">
                        </el-tree>
@@ -160,7 +159,7 @@
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    background-color: #17324c;
                    background-color: #09152f;
                    width: 100%;
                    height: 20px;
                    border-bottom-left-radius: 4px;
@@ -169,7 +168,7 @@
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    background-color: #17324c;
                    background-color: #09152f;
                    width: 20px;
                    height: 100%;
                }