@jiaozhiye/qm-design-react 2.0.1 → 2.0.2
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/form/src/types.d.ts +1 -0
- 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 +12 -5
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/body.less +77 -77
- package/lib/upload-file/style/index.less +18 -12
- package/lib/upload-img/style/index.less +6 -1
- package/package.json +138 -138
package/lib/style/index.css
CHANGED
|
@@ -28390,14 +28390,21 @@ table {
|
|
|
28390
28390
|
* @Author: 焦质晔
|
|
28391
28391
|
* @Date: 2021-07-23 19:05:57
|
|
28392
28392
|
* @Last Modified by: 焦质晔
|
|
28393
|
-
* @Last Modified time:
|
|
28393
|
+
* @Last Modified time: 2023-10-18 09:35:59
|
|
28394
28394
|
*/
|
|
28395
|
+
.qm-upload-file.disabled .ant-upload-list-item-name {
|
|
28396
|
+
color: rgba(0, 0, 0, 0.25);
|
|
28397
|
+
cursor: not-allowed;
|
|
28398
|
+
}
|
|
28395
28399
|
/*
|
|
28396
28400
|
* @Author: 焦质晔
|
|
28397
28401
|
* @Date: 2021-07-23 19:05:57
|
|
28398
28402
|
* @Last Modified by: 焦质晔
|
|
28399
|
-
* @Last Modified time:
|
|
28403
|
+
* @Last Modified time: 2023-10-15 12:14:45
|
|
28400
28404
|
*/
|
|
28405
|
+
.qm-upload-img .ant-upload-list-item-actions .ant-btn {
|
|
28406
|
+
margin-left: 15px;
|
|
28407
|
+
}
|
|
28401
28408
|
.qm-cropper-preview .cropper-preview {
|
|
28402
28409
|
display: flex;
|
|
28403
28410
|
flex-direction: row;
|
|
@@ -29548,7 +29555,7 @@ table {
|
|
|
29548
29555
|
* @Author: 焦质晔
|
|
29549
29556
|
* @Date: 2020-02-28 22:13:54
|
|
29550
29557
|
* @Last Modified by: 焦质晔
|
|
29551
|
-
* @Last Modified time:
|
|
29558
|
+
* @Last Modified time: 2023-10-15 12:47:18
|
|
29552
29559
|
*/
|
|
29553
29560
|
.body--column .cell--edit {
|
|
29554
29561
|
margin: 0 -9px;
|
|
@@ -29581,8 +29588,8 @@ table {
|
|
|
29581
29588
|
.body--column .cell--edit.is-error {
|
|
29582
29589
|
position: relative;
|
|
29583
29590
|
}
|
|
29584
|
-
.body--column .cell--edit.is-error .ant-input
|
|
29585
|
-
.body--column .cell--edit.is-error .ant-input-
|
|
29591
|
+
.body--column .cell--edit.is-error .ant-input,
|
|
29592
|
+
.body--column .cell--edit.is-error .ant-input-affix-wrapper {
|
|
29586
29593
|
border-color: #f5222d;
|
|
29587
29594
|
box-shadow: none;
|
|
29588
29595
|
z-index: 1;
|