fix: 调整阴影

This commit is contained in:
xuziqiang
2024-07-22 14:15:39 +08:00
parent 1c8419569e
commit 714e640c2e
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>