@jiaozhiye/qm-design-react 1.7.37 → 1.7.38
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 +5 -1
- package/lib/style/index.min.css +1 -1
- package/lib/upload-file/style/index.less +18 -12
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -28390,8 +28390,12 @@ 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
|