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