调整样式

This commit is contained in:
aixianling
2023-05-25 16:42:32 +08:00
parent 8dc189c163
commit ebf5c78721
2 changed files with 20 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="selectDept">
<AiTopFixed>
<AiTreePath :current="cursor.id" :node="cursor" :paths="depts.map" :prop="{parent:'parentid'}" @click="changeList"/>
<AiTreePath :node="cursor" :paths="depts.map" :prop="{parent:'parentid'}" @click="changeList"/>
</AiTopFixed>
<div class="user-list">
<template v-if="list.length>0">