chore: custom table sort
This commit is contained in:
+6
-1
@@ -32,7 +32,7 @@ html {
|
||||
--ant-color-fill-secondary: rgba(0, 0, 0, 6%);
|
||||
--table-td-radius: 8px;
|
||||
--checkbox-border-radius: 4px;
|
||||
--ant-table-cell-padding-inline: 8px;
|
||||
--ant-table-cell-padding-inline: 16px;
|
||||
--ant-table-cell-padding-block: 8px;
|
||||
--ant-table-header-border-radius: 8px;
|
||||
--ant-table-header-split-color: #f0f0f0;
|
||||
@@ -149,6 +149,11 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ant-slider:hover .ant-slider-handle::after {
|
||||
box-shadow: 0 0 0 var(--ant-slider-handle-line-width)
|
||||
var(--ant-slider-track-hover-bg);
|
||||
}
|
||||
|
||||
.ant-select-selector {
|
||||
.ant-select-selection-item {
|
||||
font-weight: var(--font-weight-normal);
|
||||
|
||||
Reference in New Issue
Block a user