@jiaozhiye/qm-design-react 1.12.21 → 1.12.22
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 +6 -6
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/body.less +2 -2
- package/lib/table/style/table.less +2 -2
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -29344,7 +29344,7 @@ table {
|
|
|
29344
29344
|
* @Author: 焦质晔
|
|
29345
29345
|
* @Date: 2021-07-23 19:05:57
|
|
29346
29346
|
* @Last Modified by: 焦质晔
|
|
29347
|
-
* @Last Modified time:
|
|
29347
|
+
* @Last Modified time: 2026-05-27 15:34:21
|
|
29348
29348
|
*/
|
|
29349
29349
|
.qm-table--wrapper {
|
|
29350
29350
|
box-sizing: border-box;
|
|
@@ -29512,9 +29512,9 @@ table {
|
|
|
29512
29512
|
height: 1px;
|
|
29513
29513
|
visibility: hidden;
|
|
29514
29514
|
}
|
|
29515
|
-
.qm-table .header--column .cell .
|
|
29516
|
-
.qm-table .body--column .cell .
|
|
29517
|
-
.qm-table .footer--column .cell .
|
|
29515
|
+
.qm-table .header--column .cell .edited--sign,
|
|
29516
|
+
.qm-table .body--column .cell .edited--sign,
|
|
29517
|
+
.qm-table .footer--column .cell .edited--sign {
|
|
29518
29518
|
content: ' ';
|
|
29519
29519
|
position: absolute;
|
|
29520
29520
|
z-index: 1;
|
|
@@ -29941,7 +29941,7 @@ table {
|
|
|
29941
29941
|
* @Author: 焦质晔
|
|
29942
29942
|
* @Date: 2020-02-28 22:13:54
|
|
29943
29943
|
* @Last Modified by: 焦质晔
|
|
29944
|
-
* @Last Modified time:
|
|
29944
|
+
* @Last Modified time: 2026-05-27 15:35:07
|
|
29945
29945
|
*/
|
|
29946
29946
|
.body--row-draggable {
|
|
29947
29947
|
position: relative;
|
|
@@ -30002,7 +30002,7 @@ table {
|
|
|
30002
30002
|
box-shadow: none;
|
|
30003
30003
|
z-index: 1;
|
|
30004
30004
|
}
|
|
30005
|
-
.body--column .cell--edit.is-error .
|
|
30005
|
+
.body--column .cell--edit.is-error .error--sign {
|
|
30006
30006
|
content: ' ';
|
|
30007
30007
|
position: absolute;
|
|
30008
30008
|
z-index: 2;
|