@delon/theme 17.3.0 → 17.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/compact.css +1 -15
- package/compact.min.css +1 -1
- package/dark.css +2 -16
- package/dark.min.css +1 -1
- package/default.css +1 -15
- package/default.min.css +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/fesm2022/theme.mjs +1 -1
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +5 -5
- package/system/utils/_other.less +1 -1
package/compact.css
CHANGED
|
@@ -32950,22 +32950,8 @@ body {
|
|
|
32950
32950
|
.st__filter-date .ant-picker-panel-container .ant-picker-panel {
|
|
32951
32951
|
border: none;
|
|
32952
32952
|
}
|
|
32953
|
-
.st__has-filter .ant-table-column-sorters {
|
|
32954
|
-
padding-right: 16px;
|
|
32955
|
-
}
|
|
32956
32953
|
.st__has-filter .st__filter {
|
|
32957
|
-
|
|
32958
|
-
top: 0;
|
|
32959
|
-
right: 0;
|
|
32960
|
-
bottom: 0;
|
|
32961
|
-
display: flex;
|
|
32962
|
-
place-items: center center;
|
|
32963
|
-
}
|
|
32964
|
-
.st__has-filter .ant-table-filter-trigger {
|
|
32965
|
-
height: 100%;
|
|
32966
|
-
}
|
|
32967
|
-
.st__has-filter.ant-table-column-has-sorters .st__filter {
|
|
32968
|
-
right: -32px;
|
|
32954
|
+
display: inline-flex;
|
|
32969
32955
|
}
|
|
32970
32956
|
.st__head-optional,
|
|
32971
32957
|
.st__head-tip {
|