mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
优化自定义列
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
z-index: 19;
|
||||
border: 1px solid $vxe-table-border-color;
|
||||
border-radius: $vxe-border-radius;
|
||||
box-shadow: $vxe-border-radius;
|
||||
box-shadow: $vxe-base-popup-box-shadow;
|
||||
&.is--active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@ $vxe-input-placeholder-color: #C0C4CC !default;
|
||||
|
||||
/*popup*/
|
||||
$vxe-table-popup-border-color: #DADCE0 !default;
|
||||
$vxe-base-popup-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16) !default;
|
||||
|
||||
/*table*/
|
||||
$vxe-table-header-font-color: $vxe-font-color !default;
|
||||
|
||||
Reference in New Issue
Block a user