ls-pro-common 3.0.11 → 3.0.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.
Files changed (113) hide show
  1. package/README.md +22 -22
  2. package/dist/common.css +122 -21
  3. package/dist/common.js +1 -1
  4. package/dist/common.min.css +122 -21
  5. package/dist/common.min.js +1 -1
  6. package/lib/index.js +8 -1
  7. package/package.json +48 -48
  8. package/CHANGELOG.md +0 -746
  9. package/es/components/404.d.ts +0 -3
  10. package/es/components/404.jpg +0 -0
  11. package/es/components/404.js +0 -9
  12. package/es/components/AreaCascader.d.ts +0 -4
  13. package/es/components/AreaCascader.js +0 -76
  14. package/es/components/AreaCascaderPanel.d.ts +0 -5
  15. package/es/components/AreaCascaderPanel.js +0 -230
  16. package/es/components/DescritionCard.d.ts +0 -11
  17. package/es/components/DescritionCard.js +0 -79
  18. package/es/components/DtlLayout.d.ts +0 -44
  19. package/es/components/DtlLayout.js +0 -115
  20. package/es/components/GroupTip.d.ts +0 -10
  21. package/es/components/GroupTip.js +0 -31
  22. package/es/components/IconBack.d.ts +0 -3
  23. package/es/components/IconBack.js +0 -20
  24. package/es/components/IconBell.d.ts +0 -3
  25. package/es/components/IconBell.js +0 -22
  26. package/es/components/IconQuestion.d.ts +0 -3
  27. package/es/components/IconQuestion.js +0 -26
  28. package/es/components/IconSearch.d.ts +0 -3
  29. package/es/components/IconSearch.js +0 -22
  30. package/es/components/IconSelector.d.ts +0 -14
  31. package/es/components/IconSelector.js +0 -222
  32. package/es/components/IconText.d.ts +0 -3
  33. package/es/components/IconText.js +0 -30
  34. package/es/components/ImageSelector.d.ts +0 -31
  35. package/es/components/ImageSelector.js +0 -437
  36. package/es/components/InputMultiLine.d.ts +0 -46
  37. package/es/components/InputMultiLine.js +0 -139
  38. package/es/components/InputTable.d.ts +0 -106
  39. package/es/components/InputTable.js +0 -477
  40. package/es/components/Loading.d.ts +0 -8
  41. package/es/components/Loading.js +0 -20
  42. package/es/components/Permission.d.ts +0 -6
  43. package/es/components/Permission.js +0 -13
  44. package/es/components/antd-custom.less +0 -262
  45. package/es/components/common.less +0 -468
  46. package/es/hooks/useDtl/index.d.ts +0 -48
  47. package/es/hooks/useDtl/index.js +0 -949
  48. package/es/hooks/usePermission/index.d.ts +0 -15
  49. package/es/hooks/usePermission/index.js +0 -58
  50. package/es/hooks/useSingle/index.d.ts +0 -55
  51. package/es/hooks/useSingle/index.js +0 -662
  52. package/es/http/index.d.ts +0 -53
  53. package/es/http/index.js +0 -301
  54. package/es/index.d.ts +0 -31
  55. package/es/index.js +0 -25
  56. package/es/service/BaseService.d.ts +0 -24
  57. package/es/service/BaseService.js +0 -214
  58. package/es/typing.d.ts +0 -53
  59. package/es/typing.js +0 -1
  60. package/es/utils/index.d.ts +0 -252
  61. package/es/utils/index.js +0 -671
  62. package/lib/components/404.d.ts +0 -3
  63. package/lib/components/404.jpg +0 -0
  64. package/lib/components/404.js +0 -17
  65. package/lib/components/AreaCascader.d.ts +0 -4
  66. package/lib/components/AreaCascader.js +0 -85
  67. package/lib/components/AreaCascaderPanel.d.ts +0 -5
  68. package/lib/components/AreaCascaderPanel.js +0 -239
  69. package/lib/components/DescritionCard.d.ts +0 -11
  70. package/lib/components/DescritionCard.js +0 -88
  71. package/lib/components/DtlLayout.d.ts +0 -44
  72. package/lib/components/DtlLayout.js +0 -124
  73. package/lib/components/GroupTip.d.ts +0 -10
  74. package/lib/components/GroupTip.js +0 -39
  75. package/lib/components/IconBack.d.ts +0 -3
  76. package/lib/components/IconBack.js +0 -28
  77. package/lib/components/IconBell.d.ts +0 -3
  78. package/lib/components/IconBell.js +0 -30
  79. package/lib/components/IconQuestion.d.ts +0 -3
  80. package/lib/components/IconQuestion.js +0 -34
  81. package/lib/components/IconSearch.d.ts +0 -3
  82. package/lib/components/IconSearch.js +0 -30
  83. package/lib/components/IconSelector.d.ts +0 -14
  84. package/lib/components/IconSelector.js +0 -230
  85. package/lib/components/IconText.d.ts +0 -3
  86. package/lib/components/IconText.js +0 -38
  87. package/lib/components/ImageSelector.d.ts +0 -31
  88. package/lib/components/ImageSelector.js +0 -445
  89. package/lib/components/InputMultiLine.d.ts +0 -46
  90. package/lib/components/InputMultiLine.js +0 -148
  91. package/lib/components/InputTable.d.ts +0 -106
  92. package/lib/components/InputTable.js +0 -486
  93. package/lib/components/Loading.d.ts +0 -8
  94. package/lib/components/Loading.js +0 -28
  95. package/lib/components/Permission.d.ts +0 -6
  96. package/lib/components/Permission.js +0 -21
  97. package/lib/components/antd-custom.less +0 -262
  98. package/lib/components/common.less +0 -468
  99. package/lib/hooks/useDtl/index.d.ts +0 -48
  100. package/lib/hooks/useDtl/index.js +0 -957
  101. package/lib/hooks/usePermission/index.d.ts +0 -15
  102. package/lib/hooks/usePermission/index.js +0 -65
  103. package/lib/hooks/useSingle/index.d.ts +0 -55
  104. package/lib/hooks/useSingle/index.js +0 -670
  105. package/lib/http/index.d.ts +0 -53
  106. package/lib/http/index.js +0 -315
  107. package/lib/index.d.ts +0 -31
  108. package/lib/service/BaseService.d.ts +0 -24
  109. package/lib/service/BaseService.js +0 -222
  110. package/lib/typing.d.ts +0 -53
  111. package/lib/typing.js +0 -5
  112. package/lib/utils/index.d.ts +0 -252
  113. package/lib/utils/index.js +0 -767
@@ -135,6 +135,7 @@ body.theme-yellow .ant-pro-table-alert-info-content a:active {
135
135
  .dtl-layout .dtl-header .dtl-title {
136
136
  font-size: 16px;
137
137
  font-weight: 700;
138
+ position: relative;
138
139
  }
139
140
  .dtl-layout .dtl-header .dtl-btns {
140
141
  flex: 1;
@@ -292,6 +293,14 @@ a:hover {
292
293
  color: #181818;
293
294
  padding-left: 8px;
294
295
  }
296
+ .ls-input-table .ant-pro-table-search {
297
+ box-shadow: none !important;
298
+ padding: 0 !important;
299
+ }
300
+ .ls-input-table .ant-pro-table-list-toolbar {
301
+ padding-top: 0px;
302
+ min-height: 30px;
303
+ }
295
304
  .ls-area-cascaded-box {
296
305
  width: 600px;
297
306
  display: flex;
@@ -362,9 +371,6 @@ a:hover {
362
371
  .ls-area-box-position .ls-ant-select-dropdown {
363
372
  top: 36px !important;
364
373
  }
365
- .ls-input-table .ant-pro-table-list-toolbar {
366
- padding-top: 0px;
367
- }
368
374
  .ant-timeline-item-tail {
369
375
  border-left: 2px dotted var(--ant-primary-color);
370
376
  }
@@ -407,7 +413,7 @@ a:hover {
407
413
  padding: 0 2px !important;
408
414
  }
409
415
  .ant-picker-range-separator .ant-picker-separator {
410
- font-size: 14px;
416
+ font-size: 13px;
411
417
  }
412
418
  .ant-btn {
413
419
  height: 32px;
@@ -462,6 +468,26 @@ a:hover {
462
468
  border-color: transparent;
463
469
  color: #fff;
464
470
  }
471
+ .ant-btn-gray {
472
+ background-color: #F1F4F6;
473
+ color: #1B1F2A;
474
+ }
475
+ .ant-btn-gray:hover,
476
+ .ant-btn-gray:focus {
477
+ background-color: #D2D6DD;
478
+ color: #1B1F2A;
479
+ }
480
+ .ant-btn-gray:active {
481
+ background-color: #B5BBC5;
482
+ color: #1B1F2A;
483
+ }
484
+ .ant-btn-gray[disabled],
485
+ .ant-btn-gray[disabled]:hover,
486
+ .ant-btn-gray[disabled]:focus,
487
+ .ant-btn-gray[disabled]:active {
488
+ background-color: #F1F4F6;
489
+ color: #818999;
490
+ }
465
491
  .ant-btn-dangerous {
466
492
  background-color: #FFCCC7;
467
493
  border-color: transparent;
@@ -575,6 +601,59 @@ a:hover {
575
601
  text-overflow: ellipsis;
576
602
  width: 200px;
577
603
  }
604
+ .ant-picker,
605
+ .ant-form-item-label > label,
606
+ .ant-form-item,
607
+ .ant-input,
608
+ .ant-select,
609
+ .ant-pagination,
610
+ .ant-badge-status-text {
611
+ font-size: 13px !important;
612
+ }
613
+ .ant-btn,
614
+ .ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
615
+ .ant-form-item-label > label {
616
+ height: 28px !important;
617
+ min-height: 28px !important;
618
+ }
619
+ .ant-form-item-control-input {
620
+ min-height: 28px !important;
621
+ }
622
+ .ant-form-item {
623
+ margin-bottom: 12px !important;
624
+ }
625
+ .ant-select-single .ant-select-selector .ant-select-selection-item,
626
+ .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
627
+ line-height: 26px !important;
628
+ }
629
+ .ant-select-multiple .ant-select-selection-item {
630
+ margin-top: 0 !important;
631
+ margin-bottom: 0 !important;
632
+ }
633
+ .ant-select-multiple .ant-select-selector::after {
634
+ line-height: 20px !important;
635
+ }
636
+ .ant-btn,
637
+ .ant-picker,
638
+ .ant-input-affix-wrapper {
639
+ padding-top: 2px !important;
640
+ padding-bottom: 2px !important;
641
+ }
642
+ .ant-picker-range {
643
+ padding: 2px 4px !important;
644
+ }
645
+ .ant-picker-range .ant-picker-range-separator {
646
+ font-size: 12px !important;
647
+ }
648
+ .ant-picker-range .ant-picker-active-bar {
649
+ margin-left: 4px !important;
650
+ }
651
+ .ant-picker-range .ant-picker-clear {
652
+ right: 3px !important;
653
+ }
654
+ .ant-picker-range .ant-picker-input > input {
655
+ letter-spacing: -0.8px !important;
656
+ }
578
657
 
579
658
  .pro-table-tooltip-text span {
580
659
  color: #fff;
@@ -595,7 +674,7 @@ a:hover {
595
674
  animation: turn 1s linear infinite;
596
675
  }
597
676
  .ant-pro-table td.ant-table-cell > a {
598
- font-size: 14px;
677
+ font-size: 13px;
599
678
  }
600
679
  .ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
601
680
  margin: 0;
@@ -784,7 +863,9 @@ a:hover {
784
863
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td,
785
864
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
786
865
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
787
- padding: 7px 10px;
866
+ padding: 5px 10px;
867
+ height: 32px;
868
+ font-size: 13px;
788
869
  }
789
870
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title .total-label,
790
871
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer .total-label,
@@ -800,7 +881,7 @@ a:hover {
800
881
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
801
882
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:first-child,
802
883
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:first-child {
803
- padding: 7px 10px 7px 16px;
884
+ padding: 5px 10px 5px 16px;
804
885
  }
805
886
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:last-child,
806
887
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:last-child,
@@ -808,7 +889,7 @@ a:hover {
808
889
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
809
890
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:last-child,
810
891
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:last-child {
811
- padding: 7px 16px 7px 10px;
892
+ padding: 5px 16px 5px 10px;
812
893
  }
813
894
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
814
895
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
@@ -826,6 +907,9 @@ a:hover {
826
907
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
827
908
  padding-right: 15px;
828
909
  }
910
+ .ls-pro-table-mini .ant-table-tbody > tr.ant-table-row-current > td {
911
+ background: var(--ant-primary-1);
912
+ }
829
913
  .ls-pro-table-mini .ant-pagination {
830
914
  margin: 8px 0;
831
915
  }
@@ -848,10 +932,13 @@ a:hover {
848
932
  .ls-pro-table .ant-table-tbody > tr > td {
849
933
  border-bottom: none;
850
934
  }
935
+ .ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-left,
851
936
  .ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-left,
852
937
  .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
938
+ .ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-right,
853
939
  .ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-right,
854
940
  .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
941
+ .ls-pro-table .ant-table-tbody > tr.ant-table-row-current > td,
855
942
  .ls-pro-table .ant-table-tbody > tr.ant-table-row-selected > td,
856
943
  .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
857
944
  background-color: #E6F5FF;
@@ -865,10 +952,13 @@ a:hover {
865
952
  .theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
866
953
  background-color: #fcfaf7;
867
954
  }
955
+ .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-left,
868
956
  .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-left,
869
957
  .theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
958
+ .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-right,
870
959
  .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-right,
871
960
  .theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
961
+ .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current > td,
872
962
  .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected > td,
873
963
  .theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
874
964
  background-color: #ffedd9;
@@ -1015,7 +1105,7 @@ a:hover {
1015
1105
  margin-left: 8px;
1016
1106
  color: rgba(0, 0, 0, 0.45);
1017
1107
  font-weight: normal;
1018
- font-size: 14px;
1108
+ font-size: 13px;
1019
1109
  white-space: nowrap;
1020
1110
  }
1021
1111
  .ant-pro-core-label-tip-title-ellipsis {
@@ -1094,7 +1184,7 @@ a:hover {
1094
1184
  display: inline-block;
1095
1185
  height: 30px;
1096
1186
  padding: 0 4px;
1097
- font-size: 14px;
1187
+ font-size: 13px;
1098
1188
  line-height: 30px;
1099
1189
  border-radius: 2px;
1100
1190
  cursor: pointer;
@@ -1288,8 +1378,8 @@ a:hover {
1288
1378
  }
1289
1379
 
1290
1380
  .ant-pro-table-search {
1291
- margin-bottom: 16px;
1292
- padding: 20px 20px;
1381
+ margin-bottom: 12px;
1382
+ padding: 12px 20px;
1293
1383
  padding-bottom: 0;
1294
1384
  background: #fff;
1295
1385
  border-radius: 0px 8px 8px 8px;
@@ -1314,7 +1404,7 @@ a:hover {
1314
1404
  }
1315
1405
  .ant-pro-table-search-light {
1316
1406
  margin-bottom: 0;
1317
- padding: 16px 0;
1407
+ padding: 12px 0;
1318
1408
  }
1319
1409
  .ant-pro-table-search-form-option .ant-form-item {
1320
1410
  margin: 0;
@@ -2721,7 +2811,7 @@ html {
2721
2811
  animation: turn 1s linear infinite;
2722
2812
  }
2723
2813
  .ant-pro-table td.ant-table-cell > a {
2724
- font-size: 14px;
2814
+ font-size: 13px;
2725
2815
  }
2726
2816
  .ant-pro-table .ant-table .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
2727
2817
  margin: 0;
@@ -2910,7 +3000,9 @@ html {
2910
3000
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td,
2911
3001
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th,
2912
3002
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td {
2913
- padding: 7px 10px;
3003
+ padding: 5px 10px;
3004
+ height: 32px;
3005
+ font-size: 13px;
2914
3006
  }
2915
3007
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title .total-label,
2916
3008
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer .total-label,
@@ -2926,7 +3018,7 @@ html {
2926
3018
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:first-child,
2927
3019
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:first-child,
2928
3020
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:first-child {
2929
- padding: 7px 10px 7px 16px;
3021
+ padding: 5px 10px 5px 16px;
2930
3022
  }
2931
3023
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title:last-child,
2932
3024
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer:last-child,
@@ -2934,7 +3026,7 @@ html {
2934
3026
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-tbody > tr > td:last-child,
2935
3027
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > th:last-child,
2936
3028
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td:last-child {
2937
- padding: 7px 16px 7px 10px;
3029
+ padding: 5px 16px 5px 10px;
2938
3030
  }
2939
3031
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-title.ant-table-cell-fix-right-first,
2940
3032
  .ls-pro-table-mini .ant-table.ant-table-small .ant-table-footer.ant-table-cell-fix-right-first,
@@ -2952,6 +3044,9 @@ html {
2952
3044
  .ls-pro-table-mini .ant-table.ant-table-small tfoot > tr > td.ant-table-cell-fix-left-last {
2953
3045
  padding-right: 15px;
2954
3046
  }
3047
+ .ls-pro-table-mini .ant-table-tbody > tr.ant-table-row-current > td {
3048
+ background: var(--ant-primary-1);
3049
+ }
2955
3050
  .ls-pro-table-mini .ant-pagination {
2956
3051
  margin: 8px 0;
2957
3052
  }
@@ -2974,10 +3069,13 @@ html {
2974
3069
  .ls-pro-table .ant-table-tbody > tr > td {
2975
3070
  border-bottom: none;
2976
3071
  }
3072
+ .ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-left,
2977
3073
  .ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-left,
2978
3074
  .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
3075
+ .ls-pro-table .ant-table-tbody > tr.ant-table-row-current .ant-table-cell-fix-right,
2979
3076
  .ls-pro-table .ant-table-tbody > tr.ant-table-row-selected .ant-table-cell-fix-right,
2980
3077
  .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
3078
+ .ls-pro-table .ant-table-tbody > tr.ant-table-row-current > td,
2981
3079
  .ls-pro-table .ant-table-tbody > tr.ant-table-row-selected > td,
2982
3080
  .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
2983
3081
  background-color: #E6F5FF;
@@ -2991,10 +3089,13 @@ html {
2991
3089
  .theme-yellow .ls-pro-table .ant-table-tbody tr:nth-of-type(odd) {
2992
3090
  background-color: #fcfaf7;
2993
3091
  }
3092
+ .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-left,
2994
3093
  .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-left,
2995
3094
  .theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-left,
3095
+ .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current .ant-table-cell-fix-right,
2996
3096
  .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected .ant-table-cell-fix-right,
2997
3097
  .theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover .ant-table-cell-fix-right,
3098
+ .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-current > td,
2998
3099
  .theme-yellow .ls-pro-table .ant-table-tbody tr.ant-table-row-selected > td,
2999
3100
  .theme-yellow .ls-pro-table .ant-table-tbody > tr.ant-table-row:hover > td {
3000
3101
  background-color: #ffedd9;
@@ -3168,7 +3269,7 @@ html {
3168
3269
  .ant-pro-table-list-toolbar {
3169
3270
  line-height: 1;
3170
3271
  min-height: 44px;
3171
- padding-top: 20px;
3272
+ padding-top: 12px;
3172
3273
  }
3173
3274
  .ant-pro-table-list-toolbar .select-tip {
3174
3275
  color: #222;
@@ -3422,7 +3523,7 @@ html {
3422
3523
  padding: 0;
3423
3524
  background-color: #fff;
3424
3525
  border-radius: 8px;
3425
- margin-bottom: 16px;
3526
+ margin-bottom: 12px;
3426
3527
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
3427
3528
  }
3428
3529
  .ant-pro-card-bottom-radius-only {
@@ -3477,7 +3578,7 @@ html {
3477
3578
  font-size: 14px;
3478
3579
  }
3479
3580
  .ant-pro-card-size-small .ant-pro-card-body {
3480
- padding: 20px;
3581
+ padding: 12px 20px;
3481
3582
  }
3482
3583
  .ant-pro-card-ghost {
3483
3584
  background-color: transparent;
@@ -3746,7 +3847,7 @@ html {
3746
3847
  position: relative;
3747
3848
  display: block;
3748
3849
  min-width: 32px;
3749
- font-size: 14px;
3850
+ font-size: 13px;
3750
3851
  line-height: 1.5715;
3751
3852
  cursor: pointer;
3752
3853
  }