@jiaozhiye/qm-design-react 1.10.12 → 1.10.13

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.
@@ -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: 2023-03-28 11:42:59
27227
+ * @Last Modified time: 2024-10-29 13:36:52
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: 2022-11-26 20:25:11
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: 2022-12-02 20:00:11
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
  }
@@ -28455,7 +28486,7 @@ table {
28455
28486
  * @Author: 焦质晔
28456
28487
  * @Date: 2021-07-23 19:05:57
28457
28488
  * @Last Modified by: 焦质晔
28458
- * @Last Modified time: 2023-10-18 09:35:59
28489
+ * @Last Modified time: 2024-10-29 13:22:33
28459
28490
  */
28460
28491
  .qm-upload-file .ant-upload-select:has(.inner:empty) {
28461
28492
  display: none;
@@ -28473,6 +28504,9 @@ table {
28473
28504
  .qm-upload-file .ant-upload-list .ant-upload-list-item-name a {
28474
28505
  display: block;
28475
28506
  }
28507
+ .qm-upload-file .ant-upload-list .ant-upload-list-item-card-actions .anticon-delete {
28508
+ color: #ff4d4f;
28509
+ }
28476
28510
  .qm-upload-file .ant-upload-list .ant-upload-list-item.handle .ant-upload-list-item-name {
28477
28511
  cursor: move;
28478
28512
  }
@@ -28490,7 +28524,7 @@ table {
28490
28524
  * @Author: 焦质晔
28491
28525
  * @Date: 2021-07-23 19:05:57
28492
28526
  * @Last Modified by: 焦质晔
28493
- * @Last Modified time: 2023-10-15 12:14:45
28527
+ * @Last Modified time: 2024-10-29 11:22:51
28494
28528
  */
28495
28529
  .qm-upload-img .ant-upload-select > span {
28496
28530
  flex-direction: column;
@@ -28551,6 +28585,12 @@ table {
28551
28585
  cursor: pointer;
28552
28586
  display: none;
28553
28587
  }
28588
+ .qm-upload-img .upload-item .ant-upload-list-item {
28589
+ padding: 6px;
28590
+ }
28591
+ .qm-upload-img .upload-item .ant-upload-list-item-info {
28592
+ border-radius: 2px;
28593
+ }
28554
28594
  .qm-cropper-preview .cropper-preview {
28555
28595
  display: flex;
28556
28596
  flex-direction: row;