@jiaozhiye/qm-design-react 1.6.5 → 1.6.6
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/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +2 -1
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/header.less +2 -1
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -29863,8 +29863,9 @@ table {
|
|
|
29863
29863
|
cursor: pointer;
|
|
29864
29864
|
}
|
|
29865
29865
|
.header--column .cell--selection .info {
|
|
29866
|
-
|
|
29866
|
+
flex-shrink: 0;
|
|
29867
29867
|
margin-left: 4px;
|
|
29868
|
+
font-size: 13px;
|
|
29868
29869
|
color: rgba(0, 0, 0, 0.45);
|
|
29869
29870
|
}
|
|
29870
29871
|
.header--column .cell--sorter {
|