update 树样式修改

This commit is contained in:
赵霄
2023-09-15 16:44:20 +08:00
parent 9a01fa7d97
commit 0191a549bf
2 changed files with 42 additions and 40 deletions
+1 -1
View File
@@ -430,7 +430,7 @@
}
.page-tree-box-has-search {
height: calc(100% - 32px);
height: calc(100% - 40px);
}
/*展开收起按钮颜色*/
@@ -7,6 +7,7 @@
:placeholder="$t('standardRegulationLibrary.domesticStandard.treeSearchPlaceholder')"
@search="handleTreeSearch" />
<div class="page-tree-box page-tree-box-has-search">
<a-spin :spinning="treeLoading">
<a-tree :show-line="true" :show-icon="true" :tree-data="treeData" :selected-keys="selectedTreeKeys">
<a-icon type="folder" slot="folder" class="tree-icon" />
<a-icon type="file" slot="file" class="tree-icon" />
@@ -48,6 +49,7 @@
</div>
</template>
</a-tree>
</a-spin>
</div>
</div>
<!-- 表格部分-->