@alifd/next
Version:
A configurable component library for web built on React.
52 lines (51 loc) • 1.68 kB
CSS
:root {
--table-normal-border-width: 1px;
--table-th-font-size: 12px;
--table-th-font-weight: normal;
--table-sort-icon-size: 12px;
--table-filter-icon-size: 12px;
--table-body-font-size: 12px;
--table-empty-padding: 32px;
--table-expanded-icon-size: 12px;
--table-tree-expanded-icon-size: 12px;
--table-cell-padding-top: 12px;
--table-cell-padding-left: 16px;
--table-header-padding-top: 12px;
--table-header-padding-left: 16px;
--table-header-icon-margin-left: 8px;
--table-header-corner-top: 0;
--table-header-corner-bottom: 0;
--table-size-s-cell-padding-top: 8px;
--table-size-s-cell-padding-left: 8px;
--table-size-s-header-padding-top: 8px;
--table-size-s-header-padding-left: 8px;
--table-group-split: 8px;
--table-group-header-corner-top: 0;
--table-group-header-corner-bottom: 0;
--table-group-footer-corner-top: 0;
--table-group-footer-corner-bottom: 0;
--table-normal-border-color: #DCDEE3;
--table-normal-border-style: solid;
--table-th-bg: #EBECF0;
--table-th-color: #333333;
--table-sort-color: #333333;
--table-group-th-bg: #EBECF0;
--table-group-th-color: #333333;
--table-row-bg: #FFFFFF;
--table-row-color: #333333;
--table-td-gray: #F7F8FA;
--table-td-normal: #FFFFFF;
--table-empty-color: #A0A2AD;
--table-group-footer-bg: #EBECF0;
--table-group-footer-color: #333333;
--table-row-hover-bg: #F2F3F7;
--table-row-hover-color: #333333;
--table-row-selected-bg: #F2F3F7;
--table-row-selected-color: #333333;
--table-sort-color-current: #5584FF;
--table-expanded-ctrl-disabled-color: #999999;
--table-tree-fold-icon-content: "";
--table-tree-unfold-icon-content: "";
--table-expand-fold-icon-content: "";
--table-expand-unfold-icon-content: "";
}