|
|
@@ -26,7 +26,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
</el-card>
|
|
|
- <el-card class="mt30 p30">
|
|
|
+ <el-card class="mt30 p30 scroll">
|
|
|
<h4 class="mb30">权限设置</h4>
|
|
|
<el-tree
|
|
|
ref="treeRef"
|
|
|
@@ -40,9 +40,9 @@
|
|
|
style="display: flex; justify-content: space-between"
|
|
|
/>
|
|
|
<div class="df aic jcfe mt50">
|
|
|
- <el-button type="primary" @click="addRole">{{
|
|
|
- roleId ? "修改员工" : "添加职位"
|
|
|
- }}</el-button>
|
|
|
+ <el-button type="primary" @click="addRole">
|
|
|
+ {{ roleId ? "修改员工" : "添加职位" }}
|
|
|
+ </el-button>
|
|
|
</div>
|
|
|
</el-card>
|
|
|
</template>
|
|
|
@@ -205,4 +205,4 @@ onMounted(() => {
|
|
|
margin-left: 10px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|