fix: box-shadow补充
This commit is contained in:
@@ -237,4 +237,11 @@
|
||||
.common-style;
|
||||
}
|
||||
}
|
||||
|
||||
.tree,
|
||||
:deep(.ns-table-search),
|
||||
// :deep(.ns-list-table),
|
||||
:deep(.ns-table-main) {
|
||||
box-shadow: @ns-content-box-shadow;
|
||||
}
|
||||
</style>
|
||||
|
@@ -13,4 +13,10 @@
|
||||
name: 'LedgerIndex', // 与页面路由name一致缓存才可生效
|
||||
});
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user