@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/default.css
CHANGED
|
@@ -32951,22 +32951,8 @@ body {
|
|
|
32951
32951
|
.st__filter-date .ant-picker-panel-container .ant-picker-panel {
|
|
32952
32952
|
border: none;
|
|
32953
32953
|
}
|
|
32954
|
-
.st__has-filter .ant-table-column-sorters {
|
|
32955
|
-
padding-right: 16px;
|
|
32956
|
-
}
|
|
32957
32954
|
.st__has-filter .st__filter {
|
|
32958
|
-
|
|
32959
|
-
top: 0;
|
|
32960
|
-
right: 0;
|
|
32961
|
-
bottom: 0;
|
|
32962
|
-
display: flex;
|
|
32963
|
-
place-items: center center;
|
|
32964
|
-
}
|
|
32965
|
-
.st__has-filter .ant-table-filter-trigger {
|
|
32966
|
-
height: 100%;
|
|
32967
|
-
}
|
|
32968
|
-
.st__has-filter.ant-table-column-has-sorters .st__filter {
|
|
32969
|
-
right: -32px;
|
|
32955
|
+
display: inline-flex;
|
|
32970
32956
|
}
|
|
32971
32957
|
.st__head-optional,
|
|
32972
32958
|
.st__head-tip {
|