fix: box-shadow补充
This commit is contained in:
@@ -816,7 +816,7 @@
|
||||
padding: @ns-gap;
|
||||
background-color: @white;
|
||||
border-radius: @ns-border-radius;
|
||||
// box-shadow: @ns-content-box-shadow;
|
||||
box-shadow: @ns-content-box-shadow;
|
||||
}
|
||||
|
||||
.tree {
|
||||
|
@@ -652,4 +652,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top,
|
||||
:deep(.ns-table-search),
|
||||
:deep(.ns-table-main) {
|
||||
box-shadow: @ns-content-box-shadow;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user