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;

View File

@@ -13,10 +13,4 @@
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
});
</script>
<style lang="less" scoped>
:deep(.ns-table-search),
:deep(.ns-part-tree),
:deep(.ns-table-main) {
box-shadow: @ns-content-box-shadow;
}
</style>
<style lang="less" scoped></style>