fix: box-shadow补充
This commit is contained in:
@@ -48,11 +48,18 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 树组件
|
||||||
:deep(.ant-tree-node-content-wrapper) {
|
:deep(.ant-tree-node-content-wrapper) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
text-wrap: nowrap;
|
text-wrap: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.ant-tree-node-selected) {
|
||||||
|
color: @primary-color !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
// ns-view-list-table 搜索区域
|
||||||
:deep(.ns-table-search) {
|
:deep(.ns-table-search) {
|
||||||
.ns-flexv2-form {
|
.ns-flexv2-form {
|
||||||
.ns-operate {
|
.ns-operate {
|
||||||
|
@@ -237,4 +237,11 @@
|
|||||||
.common-style;
|
.common-style;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tree,
|
||||||
|
:deep(.ns-table-search),
|
||||||
|
// :deep(.ns-list-table),
|
||||||
|
:deep(.ns-table-main) {
|
||||||
|
box-shadow: @ns-content-box-shadow;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -13,4 +13,10 @@
|
|||||||
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
|
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped></style>
|
<style lang="less" scoped>
|
||||||
|
:deep(.ns-table-search),
|
||||||
|
:deep(.ns-part-tree),
|
||||||
|
:deep(.ns-table-main) {
|
||||||
|
box-shadow: @ns-content-box-shadow;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@@ -816,7 +816,7 @@
|
|||||||
padding: @ns-gap;
|
padding: @ns-gap;
|
||||||
background-color: @white;
|
background-color: @white;
|
||||||
border-radius: @ns-border-radius;
|
border-radius: @ns-border-radius;
|
||||||
// box-shadow: @ns-content-box-shadow;
|
box-shadow: @ns-content-box-shadow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree {
|
.tree {
|
||||||
|
@@ -652,4 +652,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.top,
|
||||||
|
:deep(.ns-table-search),
|
||||||
|
:deep(.ns-table-main) {
|
||||||
|
box-shadow: @ns-content-box-shadow;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -337,7 +337,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: @white;
|
background-color: @white;
|
||||||
border-radius: @ns-border-radius;
|
border-radius: @ns-border-radius;
|
||||||
overflow-y: auto;
|
// overflow-y: auto;
|
||||||
// overflow-x: hidden;
|
// overflow-x: hidden;
|
||||||
// margin: 0 16px 16px 16px;
|
// margin: 0 16px 16px 16px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user