This commit is contained in:
zhaohy
2024-07-22 14:31:04 +08:00
3 changed files with 29 additions and 14 deletions

View File

@@ -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>