fix: 样式调整

This commit is contained in:
xuziqiang
2024-07-19 18:12:45 +08:00
parent ec94e2b5b4
commit f82ffa185d
3 changed files with 10 additions and 9 deletions

View File

@@ -190,7 +190,7 @@
<style lang="less" scoped>
.groupContainer {
height: 100%;
overflow-y: auto;
// overflow-y: auto;
background-color: @ns-content-bg;
display: flex;
// gap: @ns-gap;
@@ -198,10 +198,10 @@
.table {
background-color: @white;
border-radius: @ns-border-radius;
overflow-y: auto;
}
.tree {
overflow-y: auto;
margin-right: @ns-gap;
:deep(.ant-spin-nested-loading) {
width: 300px;