@jiaozhiye/qm-design-react 1.10.12 → 1.10.14
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/antd/index.less +1 -1
- package/lib/divider/style/index.less +3 -1
- package/lib/drawer/style/index.less +8 -2
- package/lib/form/style/index.less +381 -361
- package/lib/guide-tracker/style/index.less +3 -3
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/modal/style/index.less +1 -1
- package/lib/split/style/index.less +1 -1
- package/lib/style/compact.css +4 -1
- package/lib/style/compact.min.css +1 -1
- package/lib/style/index.css +49 -5
- package/lib/style/index.min.css +1 -1
- package/lib/style/reset.less +3 -0
- package/lib/style/themes/default.less +11 -9
- package/lib/table/style/clipboard.less +1 -1
- package/lib/table/style/column-filter.less +1 -1
- package/lib/table/style/expandable.less +3 -3
- package/lib/table/style/header.less +2 -2
- package/lib/table/style/super-search.less +1 -1
- package/lib/table/style/table.less +1 -1
- package/lib/table/style/variable.less +2 -2
- package/lib/tour/style/index.less +1 -1
- package/lib/upload-file/style/index.less +6 -1
- package/lib/upload-img/style/index.less +8 -2
- package/package.json +139 -139
package/lib/style/index.css
CHANGED
|
@@ -27198,6 +27198,9 @@ table {
|
|
|
27198
27198
|
-webkit-font-smoothing: antialiased;
|
|
27199
27199
|
-moz-osx-font-smoothing: grayscale;
|
|
27200
27200
|
}
|
|
27201
|
+
body {
|
|
27202
|
+
font-family: LarkHackSafariFont, LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Tahoma, 'PingFang SC', 'Microsoft Yahei', Arial, 'Hiragino Sans GB', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
27203
|
+
}
|
|
27201
27204
|
/* QmDesign */
|
|
27202
27205
|
/*
|
|
27203
27206
|
* @Author: 焦质晔
|
|
@@ -27221,7 +27224,7 @@ table {
|
|
|
27221
27224
|
* @Author: 焦质晔
|
|
27222
27225
|
* @Date: 2021-07-23 18:25:34
|
|
27223
27226
|
* @Last Modified by: 焦质晔
|
|
27224
|
-
* @Last Modified time:
|
|
27227
|
+
* @Last Modified time: 2024-10-29 14:59:55
|
|
27225
27228
|
*/
|
|
27226
27229
|
/*
|
|
27227
27230
|
* @Author: 焦质晔
|
|
@@ -27297,6 +27300,8 @@ table {
|
|
|
27297
27300
|
left: -1px;
|
|
27298
27301
|
top: -1px;
|
|
27299
27302
|
bottom: -1px;
|
|
27303
|
+
border-top-left-radius: 2px;
|
|
27304
|
+
border-bottom-left-radius: 2px;
|
|
27300
27305
|
background-color: #1890ff;
|
|
27301
27306
|
}
|
|
27302
27307
|
.qm-divider__title {
|
|
@@ -27660,7 +27665,7 @@ table {
|
|
|
27660
27665
|
* @Author: 焦质晔
|
|
27661
27666
|
* @Date: 2021-07-23 19:05:57
|
|
27662
27667
|
* @Last Modified by: 焦质晔
|
|
27663
|
-
* @Last Modified time:
|
|
27668
|
+
* @Last Modified time: 2024-10-29 10:53:46
|
|
27664
27669
|
*/
|
|
27665
27670
|
.qm-drawer.no-header .ant-drawer-header {
|
|
27666
27671
|
height: 0;
|
|
@@ -27674,6 +27679,9 @@ table {
|
|
|
27674
27679
|
top: 4px;
|
|
27675
27680
|
right: 42px;
|
|
27676
27681
|
}
|
|
27682
|
+
.qm-drawer.no-header .ant-drawer-header .ant-drawer-extra {
|
|
27683
|
+
display: none;
|
|
27684
|
+
}
|
|
27677
27685
|
.qm-drawer .ant-drawer-header {
|
|
27678
27686
|
display: flex;
|
|
27679
27687
|
align-items: center;
|
|
@@ -27712,6 +27720,9 @@ table {
|
|
|
27712
27720
|
.qm-drawer .ant-drawer-header .full-screen:hover {
|
|
27713
27721
|
color: rgba(0, 0, 0, 0.85);
|
|
27714
27722
|
}
|
|
27723
|
+
.qm-drawer .ant-drawer-header .ant-drawer-extra {
|
|
27724
|
+
margin-right: 50px;
|
|
27725
|
+
}
|
|
27715
27726
|
.qm-drawer .ant-drawer-body {
|
|
27716
27727
|
padding: 10px;
|
|
27717
27728
|
}
|
|
@@ -27849,7 +27860,7 @@ table {
|
|
|
27849
27860
|
* @Author: 焦质晔
|
|
27850
27861
|
* @Date: 2021-07-23 19:05:57
|
|
27851
27862
|
* @Last Modified by: 焦质晔
|
|
27852
|
-
* @Last Modified time:
|
|
27863
|
+
* @Last Modified time: 2024-10-29 13:39:17
|
|
27853
27864
|
*/
|
|
27854
27865
|
.qm-form {
|
|
27855
27866
|
position: relative;
|
|
@@ -27899,6 +27910,26 @@ table {
|
|
|
27899
27910
|
.qm-form .ant-form-item .ant-input-search > .ant-input-group > .ant-input-group-addon {
|
|
27900
27911
|
line-height: 1;
|
|
27901
27912
|
}
|
|
27913
|
+
.qm-form .ant-form-item .ant-radio-group,
|
|
27914
|
+
.qm-form .ant-form-item .ant-checkbox-group {
|
|
27915
|
+
display: inline-flex;
|
|
27916
|
+
justify-content: flex-start;
|
|
27917
|
+
flex-wrap: wrap;
|
|
27918
|
+
row-gap: 4px;
|
|
27919
|
+
}
|
|
27920
|
+
.qm-form .ant-form-item .ant-radio-group .ant-radio-wrapper,
|
|
27921
|
+
.qm-form .ant-form-item .ant-checkbox-group .ant-radio-wrapper,
|
|
27922
|
+
.qm-form .ant-form-item .ant-radio-group .ant-checkbox-wrapper,
|
|
27923
|
+
.qm-form .ant-form-item .ant-checkbox-group .ant-checkbox-wrapper {
|
|
27924
|
+
margin: 0;
|
|
27925
|
+
margin-right: 20px;
|
|
27926
|
+
}
|
|
27927
|
+
.qm-form .ant-form-item .ant-radio-group .ant-radio-wrapper:last-of-type,
|
|
27928
|
+
.qm-form .ant-form-item .ant-checkbox-group .ant-radio-wrapper:last-of-type,
|
|
27929
|
+
.qm-form .ant-form-item .ant-radio-group .ant-checkbox-wrapper:last-of-type,
|
|
27930
|
+
.qm-form .ant-form-item .ant-checkbox-group .ant-checkbox-wrapper:last-of-type {
|
|
27931
|
+
margin-right: 0;
|
|
27932
|
+
}
|
|
27902
27933
|
.qm-form .ant-form-item .ant-input-textarea-show-count {
|
|
27903
27934
|
position: relative;
|
|
27904
27935
|
}
|
|
@@ -27946,6 +27977,10 @@ table {
|
|
|
27946
27977
|
.qm-form .ant-form-item .site-input-right.ant-input-search .ant-input-affix-wrapper {
|
|
27947
27978
|
border-left-width: 0;
|
|
27948
27979
|
}
|
|
27980
|
+
.qm-form .ant-form-item .site-input-right .ant-input-affix-wrapper {
|
|
27981
|
+
border-top-left-radius: 0;
|
|
27982
|
+
border-bottom-left-radius: 0;
|
|
27983
|
+
}
|
|
27949
27984
|
.qm-form .ant-form-item .site-input-right:hover,
|
|
27950
27985
|
.qm-form .ant-form-item .site-input-right:focus {
|
|
27951
27986
|
border-left-width: 1px;
|
|
@@ -28455,7 +28490,7 @@ table {
|
|
|
28455
28490
|
* @Author: 焦质晔
|
|
28456
28491
|
* @Date: 2021-07-23 19:05:57
|
|
28457
28492
|
* @Last Modified by: 焦质晔
|
|
28458
|
-
* @Last Modified time:
|
|
28493
|
+
* @Last Modified time: 2024-10-29 13:22:33
|
|
28459
28494
|
*/
|
|
28460
28495
|
.qm-upload-file .ant-upload-select:has(.inner:empty) {
|
|
28461
28496
|
display: none;
|
|
@@ -28473,6 +28508,9 @@ table {
|
|
|
28473
28508
|
.qm-upload-file .ant-upload-list .ant-upload-list-item-name a {
|
|
28474
28509
|
display: block;
|
|
28475
28510
|
}
|
|
28511
|
+
.qm-upload-file .ant-upload-list .ant-upload-list-item-card-actions .anticon-delete {
|
|
28512
|
+
color: #ff4d4f;
|
|
28513
|
+
}
|
|
28476
28514
|
.qm-upload-file .ant-upload-list .ant-upload-list-item.handle .ant-upload-list-item-name {
|
|
28477
28515
|
cursor: move;
|
|
28478
28516
|
}
|
|
@@ -28490,7 +28528,7 @@ table {
|
|
|
28490
28528
|
* @Author: 焦质晔
|
|
28491
28529
|
* @Date: 2021-07-23 19:05:57
|
|
28492
28530
|
* @Last Modified by: 焦质晔
|
|
28493
|
-
* @Last Modified time:
|
|
28531
|
+
* @Last Modified time: 2024-10-29 11:22:51
|
|
28494
28532
|
*/
|
|
28495
28533
|
.qm-upload-img .ant-upload-select > span {
|
|
28496
28534
|
flex-direction: column;
|
|
@@ -28551,6 +28589,12 @@ table {
|
|
|
28551
28589
|
cursor: pointer;
|
|
28552
28590
|
display: none;
|
|
28553
28591
|
}
|
|
28592
|
+
.qm-upload-img .upload-item .ant-upload-list-item {
|
|
28593
|
+
padding: 6px;
|
|
28594
|
+
}
|
|
28595
|
+
.qm-upload-img .upload-item .ant-upload-list-item-info {
|
|
28596
|
+
border-radius: 2px;
|
|
28597
|
+
}
|
|
28554
28598
|
.qm-cropper-preview .cropper-preview {
|
|
28555
28599
|
display: flex;
|
|
28556
28600
|
flex-direction: row;
|