fix: 样式调整
This commit is contained in:
@@ -75,4 +75,11 @@
|
|||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 区域阴影
|
||||||
|
:deep(.ns-table-search),
|
||||||
|
:deep(.ns-part-tree),
|
||||||
|
:deep(.ns-table-main) {
|
||||||
|
box-shadow: @ns-content-box-shadow;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -13,10 +13,4 @@
|
|||||||
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
|
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped></style>
|
||||||
:deep(.ns-table-search),
|
|
||||||
:deep(.ns-part-tree),
|
|
||||||
:deep(.ns-table-main) {
|
|
||||||
box-shadow: @ns-content-box-shadow;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user