@jiaozhiye/qm-design-react 1.4.0-beta.2 → 1.4.0-beta.21

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.
Files changed (73) hide show
  1. package/lib/_utils/types.d.ts +7 -1
  2. package/lib/_utils/util.d.ts +0 -1
  3. package/lib/anchor/src/anchor-nav.d.ts +1 -1
  4. package/lib/anchor/src/anchor.d.ts +3 -1
  5. package/lib/anchor/style/index.less +61 -21
  6. package/lib/antd/compact.less +11 -0
  7. package/lib/antd/index.less +11 -1
  8. package/lib/button/src/button.d.ts +6 -5
  9. package/lib/collapse/src/collapse.d.ts +1 -0
  10. package/lib/countup/style/index.less +22 -22
  11. package/lib/divider/style/index.less +54 -54
  12. package/lib/drawer/style/index.less +2 -2
  13. package/lib/form/src/context.d.ts +4 -1
  14. package/lib/form/src/form-cascader.d.ts +1 -1
  15. package/lib/form/src/form-checkbox-group.d.ts +1 -1
  16. package/lib/form/src/form-multiple-tree-table-helper.d.ts +2 -2
  17. package/lib/form/src/form-radio.d.ts +1 -1
  18. package/lib/form/src/form-select.d.ts +1 -1
  19. package/lib/form/src/form-tree-select.d.ts +1 -1
  20. package/lib/form/src/form.d.ts +14 -14
  21. package/lib/form/src/types.d.ts +25 -15
  22. package/lib/form/src/utils.d.ts +7 -3
  23. package/lib/form/style/index.less +19 -8
  24. package/lib/hooks/useDebounce.d.ts +3 -0
  25. package/lib/index.esm.js +2 -2
  26. package/lib/index.full.js +1 -1
  27. package/lib/index.js +2 -2
  28. package/lib/locale/index.js +5 -5
  29. package/lib/locale/lang/en.d.ts +4 -0
  30. package/lib/locale/lang/en.js +6 -2
  31. package/lib/locale/lang/zh-cn.d.ts +4 -0
  32. package/lib/locale/lang/zh-cn.js +6 -2
  33. package/lib/modal/style/index.less +2 -2
  34. package/lib/print/src/LodopFuncs.d.ts +1 -1
  35. package/lib/print/src/preview.d.ts +1 -1
  36. package/lib/print/src/print.d.ts +1 -1
  37. package/lib/print/style/index.less +175 -175
  38. package/lib/range-table-helper/style/index.less +5 -1
  39. package/lib/search-helper/style/index.less +1 -1
  40. package/lib/search-tree/src/search-tree.d.ts +6 -0
  41. package/lib/search-tree/style/index.less +14 -1
  42. package/lib/spin/style/index.less +3 -5
  43. package/lib/split/style/index.less +1 -1
  44. package/lib/style/compact.css +645 -685
  45. package/lib/style/compact.less +4 -3
  46. package/lib/style/compact.min.css +1 -1
  47. package/lib/style/index.css +109 -58
  48. package/lib/style/index.less +36 -36
  49. package/lib/style/index.min.css +1 -1
  50. package/lib/style/mixins/reset.less +1 -2
  51. package/lib/style/themes/compact.less +3 -280
  52. package/lib/style/themes/default.less +2 -1
  53. package/lib/table/src/context/index.d.ts +3 -3
  54. package/lib/table/src/edit/InputNumber.d.ts +2 -0
  55. package/lib/table/src/hooks/useImperativeMethod.d.ts +2 -1
  56. package/lib/table/src/hooks/useTableCore.d.ts +1 -0
  57. package/lib/table/src/hooks/useTableEffect.d.ts +3 -0
  58. package/lib/table/src/hooks/useTableLayout.d.ts +2 -2
  59. package/lib/table/src/table/props.d.ts +15 -9
  60. package/lib/table/src/table/types.d.ts +28 -10
  61. package/lib/table/src/utils/index.d.ts +3 -2
  62. package/lib/table/style/clipboard.less +1 -0
  63. package/lib/table/style/export.less +1 -1
  64. package/lib/table/style/fast-search.less +3 -2
  65. package/lib/table/style/size.less +1 -0
  66. package/lib/table/style/table.less +374 -374
  67. package/lib/tabs/src/tab-pane.d.ts +1 -0
  68. package/lib/tabs/src/tabs.d.ts +6 -1
  69. package/lib/tree-helper/style/index.less +1 -1
  70. package/lib/tree-table-helper/style/index.less +1 -1
  71. package/lib/upload-file/src/upload-file.d.ts +4 -9
  72. package/package.json +6 -7
  73. package/lib/form/src/form-item-layout.d.ts +0 -3
@@ -8,7 +8,7 @@
8
8
  * @Author: 焦质晔
9
9
  * @Date: 2021-07-23 19:41:37
10
10
  * @Last Modified by: 焦质晔
11
- * @Last Modified time: 2022-11-26 23:32:46
11
+ * @Last Modified time: 2023-03-28 11:50:55
12
12
  */
13
13
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
14
14
  /* stylelint-disable no-duplicate-selectors */
@@ -6580,7 +6580,7 @@ a.ant-btn-sm {
6580
6580
  border-left-width: 1px !important;
6581
6581
  }
6582
6582
  .ant-picker-input > input-disabled {
6583
- color: rgba(0, 0, 0, 0.25);
6583
+ color: rgba(0, 0, 0, 0.65);
6584
6584
  background-color: #f5f5f5;
6585
6585
  border-color: #d9d9d9;
6586
6586
  box-shadow: none;
@@ -6592,7 +6592,7 @@ a.ant-btn-sm {
6592
6592
  border-right-width: 1px;
6593
6593
  }
6594
6594
  .ant-picker-input > input[disabled] {
6595
- color: rgba(0, 0, 0, 0.25);
6595
+ color: rgba(0, 0, 0, 0.65);
6596
6596
  background-color: #f5f5f5;
6597
6597
  border-color: #d9d9d9;
6598
6598
  box-shadow: none;
@@ -14541,7 +14541,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
14541
14541
  border-left-width: 1px !important;
14542
14542
  }
14543
14543
  .ant-input-affix-wrapper-disabled {
14544
- color: rgba(0, 0, 0, 0.25);
14544
+ color: rgba(0, 0, 0, 0.65);
14545
14545
  background-color: #f5f5f5;
14546
14546
  border-color: #d9d9d9;
14547
14547
  box-shadow: none;
@@ -14553,7 +14553,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
14553
14553
  border-right-width: 1px;
14554
14554
  }
14555
14555
  .ant-input-affix-wrapper[disabled] {
14556
- color: rgba(0, 0, 0, 0.25);
14556
+ color: rgba(0, 0, 0, 0.65);
14557
14557
  background-color: #f5f5f5;
14558
14558
  border-color: #d9d9d9;
14559
14559
  box-shadow: none;
@@ -14814,7 +14814,7 @@ textarea.ant-input-affix-wrapper {
14814
14814
  border-left-width: 1px !important;
14815
14815
  }
14816
14816
  .ant-input-disabled {
14817
- color: rgba(0, 0, 0, 0.25);
14817
+ color: rgba(0, 0, 0, 0.65);
14818
14818
  background-color: #f5f5f5;
14819
14819
  border-color: #d9d9d9;
14820
14820
  box-shadow: none;
@@ -14826,7 +14826,7 @@ textarea.ant-input-affix-wrapper {
14826
14826
  border-right-width: 1px;
14827
14827
  }
14828
14828
  .ant-input[disabled] {
14829
- color: rgba(0, 0, 0, 0.25);
14829
+ color: rgba(0, 0, 0, 0.65);
14830
14830
  background-color: #f5f5f5;
14831
14831
  border-color: #d9d9d9;
14832
14832
  box-shadow: none;
@@ -15431,7 +15431,7 @@ textarea.ant-input {
15431
15431
  border-left-width: 1px !important;
15432
15432
  }
15433
15433
  .ant-input-number-affix-wrapper-disabled {
15434
- color: rgba(0, 0, 0, 0.25);
15434
+ color: rgba(0, 0, 0, 0.65);
15435
15435
  background-color: #f5f5f5;
15436
15436
  border-color: #d9d9d9;
15437
15437
  box-shadow: none;
@@ -15443,7 +15443,7 @@ textarea.ant-input {
15443
15443
  border-right-width: 1px;
15444
15444
  }
15445
15445
  .ant-input-number-affix-wrapper[disabled] {
15446
- color: rgba(0, 0, 0, 0.25);
15446
+ color: rgba(0, 0, 0, 0.65);
15447
15447
  background-color: #f5f5f5;
15448
15448
  border-color: #d9d9d9;
15449
15449
  box-shadow: none;
@@ -15668,7 +15668,7 @@ textarea.ant-input-number-affix-wrapper {
15668
15668
  border-left-width: 1px !important;
15669
15669
  }
15670
15670
  .ant-input-number-disabled {
15671
- color: rgba(0, 0, 0, 0.25);
15671
+ color: rgba(0, 0, 0, 0.65);
15672
15672
  background-color: #f5f5f5;
15673
15673
  border-color: #d9d9d9;
15674
15674
  box-shadow: none;
@@ -15680,7 +15680,7 @@ textarea.ant-input-number-affix-wrapper {
15680
15680
  border-right-width: 1px;
15681
15681
  }
15682
15682
  .ant-input-number[disabled] {
15683
- color: rgba(0, 0, 0, 0.25);
15683
+ color: rgba(0, 0, 0, 0.65);
15684
15684
  background-color: #f5f5f5;
15685
15685
  border-color: #d9d9d9;
15686
15686
  box-shadow: none;
@@ -16155,7 +16155,7 @@ textarea.ant-input-number {
16155
16155
  border-left-width: 1px !important;
16156
16156
  }
16157
16157
  .ant-input-number-disabled {
16158
- color: rgba(0, 0, 0, 0.25);
16158
+ color: rgba(0, 0, 0, 0.65);
16159
16159
  background-color: #f5f5f5;
16160
16160
  border-color: #d9d9d9;
16161
16161
  box-shadow: none;
@@ -16858,7 +16858,7 @@ textarea.ant-input-number {
16858
16858
  border-left-width: 1px !important;
16859
16859
  }
16860
16860
  .ant-mentions-disabled {
16861
- color: rgba(0, 0, 0, 0.25);
16861
+ color: rgba(0, 0, 0, 0.65);
16862
16862
  background-color: #f5f5f5;
16863
16863
  border-color: #d9d9d9;
16864
16864
  box-shadow: none;
@@ -16870,7 +16870,7 @@ textarea.ant-input-number {
16870
16870
  border-right-width: 1px;
16871
16871
  }
16872
16872
  .ant-mentions[disabled] {
16873
- color: rgba(0, 0, 0, 0.25);
16873
+ color: rgba(0, 0, 0, 0.65);
16874
16874
  background-color: #f5f5f5;
16875
16875
  border-color: #d9d9d9;
16876
16876
  box-shadow: none;
@@ -16910,7 +16910,7 @@ textarea.ant-mentions {
16910
16910
  direction: rtl;
16911
16911
  }
16912
16912
  .ant-mentions-disabled > textarea {
16913
- color: rgba(0, 0, 0, 0.25);
16913
+ color: rgba(0, 0, 0, 0.65);
16914
16914
  background-color: #f5f5f5;
16915
16915
  border-color: #d9d9d9;
16916
16916
  box-shadow: none;
@@ -19171,7 +19171,7 @@ textarea.ant-mentions {
19171
19171
  border-left-width: 1px !important;
19172
19172
  }
19173
19173
  .ant-pagination-options-quick-jumper input-disabled {
19174
- color: rgba(0, 0, 0, 0.25);
19174
+ color: rgba(0, 0, 0, 0.65);
19175
19175
  background-color: #f5f5f5;
19176
19176
  border-color: #d9d9d9;
19177
19177
  box-shadow: none;
@@ -19183,7 +19183,7 @@ textarea.ant-mentions {
19183
19183
  border-right-width: 1px;
19184
19184
  }
19185
19185
  .ant-pagination-options-quick-jumper input[disabled] {
19186
- color: rgba(0, 0, 0, 0.25);
19186
+ color: rgba(0, 0, 0, 0.65);
19187
19187
  background-color: #f5f5f5;
19188
19188
  border-color: #d9d9d9;
19189
19189
  box-shadow: none;
@@ -27533,6 +27533,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
27533
27533
  margin: 8px 0 0;
27534
27534
  padding: 0;
27535
27535
  }
27536
+ .ant-select-disabled .ant-select-selection-item,
27537
+ .ant-select-disabled .ant-select-selection-item-content {
27538
+ color: rgba(0, 0, 0, 0.65);
27539
+ }
27536
27540
  /*
27537
27541
  * @Author: 焦质晔
27538
27542
  * @Date: 2022-04-12 10:32:21
@@ -27697,7 +27701,7 @@ table {
27697
27701
  * @Author: 焦质晔
27698
27702
  * @Date: 2021-07-23 18:25:34
27699
27703
  * @Last Modified by: 焦质晔
27700
- * @Last Modified time: 2022-11-26 23:33:09
27704
+ * @Last Modified time: 2023-03-28 11:42:59
27701
27705
  */
27702
27706
  /*
27703
27707
  * @Author: 焦质晔
@@ -27752,7 +27756,6 @@ table {
27752
27756
  margin: 0;
27753
27757
  padding: 0;
27754
27758
  color: rgba(0, 0, 0, 0.85);
27755
- font-size: 14px;
27756
27759
  font-variant: tabular-nums;
27757
27760
  line-height: 1.5715;
27758
27761
  list-style: none;
@@ -27810,7 +27813,6 @@ table {
27810
27813
  margin: 0;
27811
27814
  padding: 0;
27812
27815
  color: rgba(0, 0, 0, 0.85);
27813
- font-size: 14px;
27814
27816
  font-variant: tabular-nums;
27815
27817
  line-height: 1.5715;
27816
27818
  list-style: none;
@@ -27935,10 +27937,10 @@ table {
27935
27937
  * @Last Modified by: 焦质晔
27936
27938
  * @Last Modified time: 2021-07-31 22:38:07
27937
27939
  */
27938
- .qm-spin.full-height {
27940
+ .qm-spin-full-height {
27939
27941
  height: 100%;
27940
27942
  }
27941
- .qm-spin.full-height .ant-spin-container {
27943
+ .qm-spin-full-height .ant-spin-container {
27942
27944
  height: 100%;
27943
27945
  }
27944
27946
  /*
@@ -27958,55 +27960,86 @@ table {
27958
27960
  margin: 0;
27959
27961
  padding: 0;
27960
27962
  color: rgba(0, 0, 0, 0.85);
27961
- font-size: 14px;
27962
27963
  font-variant: tabular-nums;
27963
27964
  line-height: 1.5715;
27964
27965
  list-style: none;
27965
27966
  font-feature-settings: 'tnum';
27966
27967
  display: flex;
27967
- flex-direction: row;
27968
27968
  }
27969
- .qm-anchor__label {
27970
- width: 80px;
27971
- }
27972
- .qm-anchor-nav {
27973
- height: 100%;
27974
- margin-right: 10px;
27975
- border-right: 1px solid #d9d9d9;
27969
+ .qm-anchor .anchor-nav {
27970
+ display: flex;
27971
+ flex: none;
27976
27972
  }
27977
- .qm-anchor-nav__item {
27973
+ .qm-anchor .anchor-nav .item {
27978
27974
  display: flex;
27979
27975
  align-items: center;
27980
- justify-content: flex-end;
27981
27976
  height: 32px;
27982
- padding-right: 10px;
27983
27977
  position: relative;
27984
27978
  cursor: pointer;
27985
27979
  }
27986
- .qm-anchor-nav__item.actived {
27980
+ .qm-anchor .anchor-nav .item.actived {
27987
27981
  color: #1890ff;
27988
27982
  }
27989
- .qm-anchor-nav__item.actived::after {
27983
+ .qm-anchor .anchor-nav .item.actived::after {
27990
27984
  content: '';
27991
27985
  position: absolute;
27992
- right: -2px;
27993
- top: 0;
27994
- width: 2px;
27995
- height: 100%;
27996
27986
  background-color: #1890ff;
27997
27987
  }
27998
- .qm-anchor-nav__item span {
27988
+ .qm-anchor .anchor-nav .item span {
27999
27989
  overflow: hidden;
28000
27990
  text-overflow: ellipsis;
28001
27991
  white-space: nowrap;
28002
27992
  display: block;
28003
- text-align: right;
28004
27993
  }
28005
- .qm-anchor__container {
28006
- flex: 1;
28007
- width: 0;
28008
- padding-right: 5px;
27994
+ .qm-anchor-left {
27995
+ flex-direction: row;
27996
+ }
27997
+ .qm-anchor-left .anchor-nav {
27998
+ flex-direction: column;
27999
+ margin-right: 10px;
28000
+ border-right: 1px solid #d9d9d9;
28001
+ }
28002
+ .qm-anchor-left .anchor-nav .item {
28003
+ justify-content: flex-end;
28004
+ padding: 0 10px;
28005
+ }
28006
+ .qm-anchor-left .anchor-nav .item.actived::after {
28007
+ width: 2px;
28008
+ right: -2px;
28009
+ top: 0;
28010
+ bottom: 0;
28011
+ }
28012
+ .qm-anchor-top {
28013
+ flex-direction: column;
28014
+ }
28015
+ .qm-anchor-top .anchor-nav {
28016
+ flex-direction: row;
28017
+ margin-bottom: 10px;
28018
+ border-bottom: 1px solid #d9d9d9;
28019
+ }
28020
+ .qm-anchor-top .anchor-nav .item {
28021
+ justify-content: center;
28022
+ padding: 0 12px;
28023
+ }
28024
+ .qm-anchor-top .anchor-nav .item.actived::after {
28025
+ height: 2px;
28026
+ bottom: -2px;
28027
+ left: 10px;
28028
+ right: 10px;
28029
+ }
28030
+ .qm-anchor .anchor-container {
28031
+ flex: auto;
28032
+ min-width: 0;
28033
+ min-height: 0;
28009
28034
  overflow-y: auto;
28035
+ overflow-x: hidden;
28036
+ }
28037
+ .qm-anchor--lg .anchor-nav .item {
28038
+ height: 40px;
28039
+ }
28040
+ .qm-anchor--sm .anchor-nav .item {
28041
+ height: 26px;
28042
+ font-size: 13px;
28010
28043
  }
28011
28044
  /*
28012
28045
  * @Author: 焦质晔
@@ -28178,7 +28211,7 @@ table {
28178
28211
  * @Author: 焦质晔
28179
28212
  * @Date: 2021-07-23 19:05:57
28180
28213
  * @Last Modified by: 焦质晔
28181
- * @Last Modified time: 2022-11-26 21:27:53
28214
+ * @Last Modified time: 2022-12-02 20:00:11
28182
28215
  */
28183
28216
  .qm-form {
28184
28217
  position: relative;
@@ -28292,19 +28325,25 @@ table {
28292
28325
  .qm-form--sm .ant-form-item {
28293
28326
  margin-bottom: 10px;
28294
28327
  }
28295
- .qm-form--sm .ant-form-item .ant-form-item-label > label,
28296
- .qm-form--sm .ant-form-item .ant-form-item-label .ant-form-item-tooltip {
28297
- font-size: 12px;
28328
+ .qm-form--sm .ant-form-item .ant-form-item-label-wrap {
28329
+ line-height: 1;
28298
28330
  }
28299
28331
  .qm-form--sm .ant-form-item .ant-form-item-control > div:nth-last-of-type(1)[style*='nowrap'] {
28300
28332
  transform: scale(0.8334);
28301
28333
  transform-origin: 0 50%;
28302
28334
  }
28335
+ .qm-form__compact .ant-form-item {
28336
+ margin-bottom: 4px;
28337
+ }
28338
+ .qm-form__compact .ant-form-item .ant-form-item-control > div:nth-last-of-type(1)[style*='nowrap'] {
28339
+ display: none !important;
28340
+ }
28303
28341
  .ant-picker-footer-extra .ant-tag {
28304
28342
  cursor: pointer;
28305
28343
  }
28306
28344
  .qm-form-immediate {
28307
28345
  padding: 5px 15px;
28346
+ overflow-y: auto !important;
28308
28347
  }
28309
28348
  .qm-form-immediate .table {
28310
28349
  width: 100%;
@@ -28986,6 +29025,7 @@ table {
28986
29025
  }
28987
29026
  .qm-table-clipboard__setting .info {
28988
29027
  padding-left: 20px;
29028
+ margin-bottom: 6px;
28989
29029
  font-size: 12px;
28990
29030
  color: rgba(0, 0, 0, 0.65);
28991
29031
  }
@@ -29255,7 +29295,7 @@ table {
29255
29295
  width: 0;
29256
29296
  }
29257
29297
  .qm-table-fast-search__setting .main .top .container .qm-tabs {
29258
- margin-top: -10px;
29298
+ margin-top: -5px;
29259
29299
  }
29260
29300
  .qm-table-fast-search__setting .main .top .saved {
29261
29301
  width: 200px;
@@ -29319,6 +29359,7 @@ table {
29319
29359
  justify-content: space-between;
29320
29360
  align-items: center;
29321
29361
  padding: 10px 5px;
29362
+ margin-top: 10px;
29322
29363
  border-top: 1px dashed #d9d9d9;
29323
29364
  }
29324
29365
  /*
@@ -29417,7 +29458,6 @@ table {
29417
29458
  margin: 0;
29418
29459
  padding: 0;
29419
29460
  color: rgba(0, 0, 0, 0.85);
29420
- font-size: 14px;
29421
29461
  font-variant: tabular-nums;
29422
29462
  line-height: 1.5715;
29423
29463
  list-style: none;
@@ -30194,7 +30234,6 @@ table {
30194
30234
  margin: 0;
30195
30235
  padding: 0;
30196
30236
  color: rgba(0, 0, 0, 0.85);
30197
- font-size: 14px;
30198
30237
  font-variant: tabular-nums;
30199
30238
  line-height: 1.5715;
30200
30239
  list-style: none;
@@ -30212,7 +30251,6 @@ table {
30212
30251
  margin: 0;
30213
30252
  padding: 0;
30214
30253
  color: rgba(0, 0, 0, 0.85);
30215
- font-size: 14px;
30216
30254
  font-variant: tabular-nums;
30217
30255
  line-height: 1.5715;
30218
30256
  list-style: none;
@@ -30233,7 +30271,6 @@ table {
30233
30271
  margin: 0;
30234
30272
  padding: 0;
30235
30273
  color: rgba(0, 0, 0, 0.85);
30236
- font-size: 14px;
30237
30274
  font-variant: tabular-nums;
30238
30275
  line-height: 1.5715;
30239
30276
  list-style: none;
@@ -30257,13 +30294,16 @@ table {
30257
30294
  margin: 0;
30258
30295
  padding: 0;
30259
30296
  color: rgba(0, 0, 0, 0.85);
30260
- font-size: 14px;
30261
30297
  font-variant: tabular-nums;
30262
30298
  line-height: 1.5715;
30263
30299
  list-style: none;
30264
30300
  font-feature-settings: 'tnum';
30265
30301
  height: 100%;
30266
30302
  }
30303
+ .qm-range-helper--wrapper .icon-sign {
30304
+ font-size: 18px;
30305
+ line-height: 1;
30306
+ }
30267
30307
  /*
30268
30308
  * @Author: 焦质晔
30269
30309
  * @Date: 2022-01-11 18:01:20
@@ -30275,13 +30315,25 @@ table {
30275
30315
  margin: 0;
30276
30316
  padding: 0;
30277
30317
  color: rgba(0, 0, 0, 0.85);
30278
- font-size: 14px;
30279
30318
  font-variant: tabular-nums;
30280
30319
  line-height: 1.5715;
30281
30320
  list-style: none;
30282
30321
  font-feature-settings: 'tnum';
30283
30322
  height: 100%;
30284
30323
  }
30324
+ .qm-search-tree .topper {
30325
+ display: flex;
30326
+ justify-content: space-between;
30327
+ align-items: center;
30328
+ }
30329
+ .qm-search-tree .topper .ant-input-search {
30330
+ flex: 1 0;
30331
+ margin-bottom: 8px;
30332
+ }
30333
+ .qm-search-tree .topper .trigger {
30334
+ margin-left: 8px;
30335
+ margin-bottom: 8px;
30336
+ }
30285
30337
  .qm-search-tree .ant-tree .filter-node > span:last-of-type {
30286
30338
  color: #1890ff;
30287
30339
  }
@@ -30296,7 +30348,6 @@ table {
30296
30348
  margin: 0;
30297
30349
  padding: 0;
30298
30350
  color: rgba(0, 0, 0, 0.85);
30299
- font-size: 14px;
30300
30351
  font-variant: tabular-nums;
30301
30352
  line-height: 1.5715;
30302
30353
  list-style: none;
@@ -1,36 +1,36 @@
1
- /*
2
- * @Author: 焦质晔
3
- * @Date: 2021-07-23 18:23:59
4
- * @Last Modified by: 焦质晔
5
- * @Last Modified time: 2022-09-04 14:28:23
6
- */
7
- @import '../antd/index.less';
8
- @import './var.less';
9
- @import './reset.less';
10
-
11
- /* QmDesign */
12
- @import '../button/style/index.less';
13
- @import '../space/style/index.less';
14
- @import '../divider/style/index.less';
15
- @import '../split/style/index.less';
16
- @import '../countup/style/index.less';
17
- @import '../empty/style/index.less';
18
- @import '../spin/style/index.less';
19
- @import '../download/style/index.less';
20
- @import '../anchor/style/index.less';
21
- @import '../tabs/style/index.less';
22
- @import '../drawer/style/index.less';
23
- @import '../modal/style/index.less';
24
- @import '../form/style/index.less';
25
- @import '../tinymce/style/index.less';
26
- @import '../cropper/style/index.less';
27
- @import '../collapse/style/index.less';
28
- @import '../upload-file/style/index.less';
29
- @import '../upload-img/style/index.less';
30
- @import '../table/style/index.less';
31
- @import '../search-helper/style/index.less';
32
- @import '../tree-helper/style/index.less';
33
- @import '../tree-table-helper/style/index.less';
34
- @import '../range-table-helper/style/index.less';
35
- @import '../search-tree/style/index.less';
36
- @import '../print/style/index.less';
1
+ /*
2
+ * @Author: 焦质晔
3
+ * @Date: 2021-07-23 18:23:59
4
+ * @Last Modified by: 焦质晔
5
+ * @Last Modified time: 2022-09-04 14:28:23
6
+ */
7
+ @import '../antd/index.less';
8
+ @import './var.less';
9
+ @import './reset.less';
10
+
11
+ /* QmDesign */
12
+ @import '../button/style/index.less';
13
+ @import '../space/style/index.less';
14
+ @import '../divider/style/index.less';
15
+ @import '../split/style/index.less';
16
+ @import '../countup/style/index.less';
17
+ @import '../empty/style/index.less';
18
+ @import '../spin/style/index.less';
19
+ @import '../download/style/index.less';
20
+ @import '../anchor/style/index.less';
21
+ @import '../tabs/style/index.less';
22
+ @import '../drawer/style/index.less';
23
+ @import '../modal/style/index.less';
24
+ @import '../form/style/index.less';
25
+ @import '../tinymce/style/index.less';
26
+ @import '../cropper/style/index.less';
27
+ @import '../collapse/style/index.less';
28
+ @import '../upload-file/style/index.less';
29
+ @import '../upload-img/style/index.less';
30
+ @import '../table/style/index.less';
31
+ @import '../search-helper/style/index.less';
32
+ @import '../tree-helper/style/index.less';
33
+ @import '../tree-table-helper/style/index.less';
34
+ @import '../range-table-helper/style/index.less';
35
+ @import '../search-tree/style/index.less';
36
+ @import '../print/style/index.less';