|
@@ -13,12 +13,12 @@
|
|
}
|
|
}
|
|
|
|
|
|
// 需要 !important,否则拖拽到闪卡无效果
|
|
// 需要 !important,否则拖拽到闪卡无效果
|
|
- &__top:not(.av__row) {
|
|
|
|
|
|
+ &__top {
|
|
border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
box-shadow: 0 -3px 0 var(--b3-theme-primary-lighter), inset 0 1px 0 var(--b3-theme-primary-lighter) !important;
|
|
box-shadow: 0 -3px 0 var(--b3-theme-primary-lighter), inset 0 1px 0 var(--b3-theme-primary-lighter) !important;
|
|
}
|
|
}
|
|
|
|
|
|
- &__bottom:not(.av__row) {
|
|
|
|
|
|
+ &__bottom {
|
|
border-radius: 0 !important;
|
|
border-radius: 0 !important;
|
|
box-shadow: 0 2px 0 var(--b3-theme-primary-lighter), inset 0 -2px 0 var(--b3-theme-primary-lighter) !important;
|
|
box-shadow: 0 2px 0 var(--b3-theme-primary-lighter), inset 0 -2px 0 var(--b3-theme-primary-lighter) !important;
|
|
}
|
|
}
|