@jiaozhiye/qm-design-react 1.7.35 → 1.7.37
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 +7 -4
- package/lib/style/index.min.css +1 -1
- package/lib/table/style/body.less +77 -77
- package/lib/upload-img/style/index.less +6 -1
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -28396,8 +28396,11 @@ table {
|
|
|
28396
28396
|
* @Author: 焦质晔
|
|
28397
28397
|
* @Date: 2021-07-23 19:05:57
|
|
28398
28398
|
* @Last Modified by: 焦质晔
|
|
28399
|
-
* @Last Modified time:
|
|
28399
|
+
* @Last Modified time: 2023-10-15 12:14:45
|
|
28400
28400
|
*/
|
|
28401
|
+
.qm-upload-img .ant-upload-list-item-actions .ant-btn {
|
|
28402
|
+
margin-left: 15px;
|
|
28403
|
+
}
|
|
28401
28404
|
.qm-cropper-preview .cropper-preview {
|
|
28402
28405
|
display: flex;
|
|
28403
28406
|
flex-direction: row;
|
|
@@ -29548,7 +29551,7 @@ table {
|
|
|
29548
29551
|
* @Author: 焦质晔
|
|
29549
29552
|
* @Date: 2020-02-28 22:13:54
|
|
29550
29553
|
* @Last Modified by: 焦质晔
|
|
29551
|
-
* @Last Modified time:
|
|
29554
|
+
* @Last Modified time: 2023-10-15 12:47:18
|
|
29552
29555
|
*/
|
|
29553
29556
|
.body--column .cell--edit {
|
|
29554
29557
|
margin: 0 -9px;
|
|
@@ -29581,8 +29584,8 @@ table {
|
|
|
29581
29584
|
.body--column .cell--edit.is-error {
|
|
29582
29585
|
position: relative;
|
|
29583
29586
|
}
|
|
29584
|
-
.body--column .cell--edit.is-error .ant-input
|
|
29585
|
-
.body--column .cell--edit.is-error .ant-input-
|
|
29587
|
+
.body--column .cell--edit.is-error .ant-input,
|
|
29588
|
+
.body--column .cell--edit.is-error .ant-input-affix-wrapper {
|
|
29586
29589
|
border-color: #f5222d;
|
|
29587
29590
|
box-shadow: none;
|
|
29588
29591
|
z-index: 1;
|