fix: 调整阴影
This commit is contained in:
@@ -77,9 +77,26 @@
|
||||
}
|
||||
|
||||
// 区域阴影
|
||||
:deep(.ns-table-search),
|
||||
:deep(.ns-part-tree),
|
||||
:deep(.ns-table-main) {
|
||||
box-shadow: @ns-content-box-shadow;
|
||||
}
|
||||
// .ns-list-table {
|
||||
|
||||
// :deep(.ant-tabs) {
|
||||
// // overflow: visible;
|
||||
// box-shadow: @ns-content-box-shadow;
|
||||
// border-radius: @ns-border-radius;
|
||||
// .ns-table-search {
|
||||
// box-shadow: none;
|
||||
// border-top-left-radius: 0px !important;
|
||||
// border-top-right-radius: 0px !important;
|
||||
// }
|
||||
// .ns-table-main {
|
||||
// }
|
||||
// .ant-tabs-tabpane-active > div {
|
||||
// height: 100%;
|
||||
// }
|
||||
// }
|
||||
// .ant-tabs .ns-table-main {
|
||||
// border-bottom-left-radius: 0px !important;
|
||||
// border-bottom-right-radius: 0px !important;
|
||||
// }
|
||||
// }
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user