@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.3

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 (116) hide show
  1. package/es/src/ap-button/ap-button.vue.mjs +1 -1
  2. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +39 -34
  3. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  4. package/es/src/ap-grid/editable/form-item.vue.mjs +23 -20
  5. package/es/src/ap-grid/editable/index.vue.mjs +3 -0
  6. package/es/src/ap-grid/index.vue.mjs +146 -136
  7. package/es/src/ap-grid/interface.d.ts +1 -1
  8. package/es/src/ap-grid/utils/table.mjs +32 -32
  9. package/es/src/ap-table/ap-table.vue2.mjs +206 -199
  10. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  11. package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
  12. package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
  13. package/es/src/ap-tag/interface.d.ts +4 -0
  14. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -12
  15. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  16. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +108 -99
  17. package/es/src/business/ap-export-group/index.d.ts +3 -0
  18. package/es/src/business/ap-export-group/interface.d.ts +7 -2
  19. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  20. package/es/src/business/ap-view/ap-view.vue2.mjs +72 -69
  21. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +49 -43
  22. package/es/src/business/ap-view/interface.d.ts +4 -0
  23. package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
  24. package/es/src/config-provider/css-var.mjs +2 -2
  25. package/es/src/locale/lang/en.mjs +1 -1
  26. package/es/src/locale/lang/zh-cn.mjs +1 -1
  27. package/lib/src/ap-button/ap-button.vue.js +1 -1
  28. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  29. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  30. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  31. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  32. package/lib/src/ap-grid/index.vue.js +1 -1
  33. package/lib/src/ap-grid/interface.d.ts +1 -1
  34. package/lib/src/ap-grid/utils/table.js +1 -1
  35. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  36. package/lib/src/ap-table/components/setting/tree-select/index.vue2.js +1 -1
  37. package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
  38. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  39. package/lib/src/ap-tag/interface.d.ts +4 -0
  40. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  41. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
  42. package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
  43. package/lib/src/business/ap-export-group/index.d.ts +3 -0
  44. package/lib/src/business/ap-export-group/interface.d.ts +7 -2
  45. package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
  46. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  47. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  48. package/lib/src/business/ap-view/interface.d.ts +4 -0
  49. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  50. package/lib/src/config-provider/css-var.js +1 -1
  51. package/lib/src/locale/lang/en.js +1 -1
  52. package/lib/src/locale/lang/zh-cn.js +1 -1
  53. package/package.json +4 -4
  54. package/theme/antd-global-overwrite/admin/index.css +9 -25
  55. package/theme/antd-global-overwrite/admin/modal.css +6 -22
  56. package/theme/antd-global-overwrite/admin/modal.less +7 -22
  57. package/theme/antd-global-overwrite/admin/table.css +3 -3
  58. package/theme/antd-global-overwrite/admin/table.less +3 -3
  59. package/theme/antd-global-overwrite/aplus/index.css +9 -19
  60. package/theme/antd-global-overwrite/aplus/modal.css +6 -16
  61. package/theme/antd-global-overwrite/aplus/modal.less +7 -17
  62. package/theme/antd-global-overwrite/aplus/table.css +3 -3
  63. package/theme/antd-global-overwrite/aplus/table.less +3 -3
  64. package/theme/ap-appendix/ap-appendix.css +4 -2
  65. package/theme/ap-appendix/ap-appendix.less +4 -2
  66. package/theme/ap-attachment/ap-attachment.css +4 -4
  67. package/theme/ap-attachment/ap-attachment.less +4 -4
  68. package/theme/ap-batch-action/ap-batch-action.css +6 -3
  69. package/theme/ap-batch-action/ap-batch-action.less +6 -3
  70. package/theme/ap-descriptions/ap-descriptions.css +3 -5
  71. package/theme/ap-descriptions/ap-descriptions.less +3 -5
  72. package/theme/ap-download/ap-download.css +7 -10
  73. package/theme/ap-download/ap-download.less +8 -11
  74. package/theme/ap-expand-alert/ap-expand-alert.css +1 -1
  75. package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
  76. package/theme/ap-form/ap-form-item.css +2 -2
  77. package/theme/ap-form/ap-form-item.less +2 -2
  78. package/theme/ap-form/index.css +5 -2
  79. package/theme/ap-form/search-form.css +5 -2
  80. package/theme/ap-form/search-form.less +3 -0
  81. package/theme/ap-grid/editable.less +3 -2
  82. package/theme/ap-grid/index.css +6 -3
  83. package/theme/ap-grid/index.less +6 -4
  84. package/theme/ap-ladder/ap-ladder.css +3 -3
  85. package/theme/ap-ladder/ap-ladder.less +3 -3
  86. package/theme/ap-select-layout/ap-select-layout.css +8 -8
  87. package/theme/ap-select-layout/ap-select-layout.less +8 -8
  88. package/theme/ap-status/ap-status.css +2 -3
  89. package/theme/ap-status/ap-status.less +2 -4
  90. package/theme/ap-summary/index.css +3 -3
  91. package/theme/ap-summary/index.less +3 -3
  92. package/theme/ap-table/ap-table-index.css +5 -5
  93. package/theme/ap-table/ap-table-index.less +5 -5
  94. package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
  95. package/theme/ap-table/ap-table.css +15 -14
  96. package/theme/ap-table/ap-table.less +2 -5
  97. package/theme/ap-table/setting/index.css +3 -3
  98. package/theme/ap-table/setting/modal.css +1 -2
  99. package/theme/ap-table/setting/modal.less +1 -2
  100. package/theme/ap-table/setting/select-group.css +2 -1
  101. package/theme/ap-table/setting/select-group.less +2 -1
  102. package/theme/ap-table-modal/index.css +15 -14
  103. package/theme/ap-tag/ap-tag-group.less +2 -2
  104. package/theme/ap-tag/ap-tag.css +24 -15
  105. package/theme/ap-tag/ap-tag.less +37 -24
  106. package/theme/ap-title/ap-title.css +2 -2
  107. package/theme/ap-title/ap-title.less +2 -2
  108. package/theme/ap-upload/index.css +3 -3
  109. package/theme/ap-upload/multiple-file.css +1 -1
  110. package/theme/ap-upload/multiple-file.less +1 -1
  111. package/theme/ap-upload/picture.css +2 -2
  112. package/theme/ap-upload/picture.less +2 -2
  113. package/theme/ap-view/ap-view.css +4 -0
  114. package/theme/ap-view/ap-view.less +4 -0
  115. package/theme/editable-table/index.css +5 -2
  116. package/theme/index.css +90 -77
@@ -14,7 +14,7 @@
14
14
 
15
15
  .b(ap-table, {
16
16
  &-wrapper {
17
- padding: @spacing;
17
+ padding: @spacing @spacing @spacing-lg;
18
18
  background-color: #fff;
19
19
  }
20
20
  &-adaptive {
@@ -43,7 +43,6 @@
43
43
  }
44
44
  &__search-wrapper {
45
45
  padding: @spacing;
46
- padding-bottom: 2px;
47
46
  padding-bottom: 0;
48
47
  background-color: #fff;
49
48
  margin-bottom: 10px;
@@ -56,8 +55,7 @@
56
55
  flex-direction: column;
57
56
  }
58
57
  &__table-wrapper-card {
59
- padding: @spacing;
60
- padding-bottom: @spacing-lg;
58
+ padding: @spacing @spacing @spacing-lg;
61
59
  border-radius: @border-radius;
62
60
  background-color: #fff;
63
61
  overflow: hidden;
@@ -71,7 +69,6 @@
71
69
  }
72
70
  tr > th.ant-table-cell {
73
71
  &::before {
74
- // display: none;
75
72
  background-color: #D8DDE5 !important;
76
73
  }
77
74
  background-color: var(--ap-table-header-bg, #F2F6F9);
@@ -69,8 +69,7 @@
69
69
  }
70
70
  .aplus-ap-column-setting-left__content {
71
71
  flex: 1;
72
- padding-inline: 12px;
73
- padding-block: 16px;
72
+ padding: 12px;
74
73
  overflow-y: auto;
75
74
  }
76
75
  .aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
@@ -89,8 +88,9 @@
89
88
  background-color: #F2F6F9;
90
89
  padding: 4px 12px;
91
90
  border-radius: 4px;
92
- margin-bottom: 16px;
91
+ margin-bottom: 12px;
93
92
  margin-inline: -12px;
93
+ display: flex;
94
94
  }
95
95
  .aplus-sortable-item-meta {
96
96
  padding: 6px 8px;
@@ -69,8 +69,7 @@
69
69
  }
70
70
  .aplus-ap-column-setting-left__content {
71
71
  flex: 1;
72
- padding-inline: 12px;
73
- padding-block: 16px;
72
+ padding: 12px;
74
73
  overflow-y: auto;
75
74
  }
76
75
  .aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
@@ -41,8 +41,7 @@
41
41
  }
42
42
  &__content {
43
43
  flex: 1;
44
- padding-inline: 12px;
45
- padding-block: 16px;
44
+ padding: 12px;
46
45
  overflow-y: auto;
47
46
  // 覆盖全局样式
48
47
  .ant-checkbox-wrapper {
@@ -30,6 +30,7 @@
30
30
  background-color: #F2F6F9;
31
31
  padding: 4px 12px;
32
32
  border-radius: 4px;
33
- margin-bottom: 16px;
33
+ margin-bottom: 12px;
34
34
  margin-inline: -12px;
35
+ display: flex;
35
36
  }
@@ -5,7 +5,8 @@
5
5
  background-color: #F2F6F9;
6
6
  padding: 4px 12px;
7
7
  border-radius: 4px;
8
- margin-bottom: 16px;
8
+ margin-bottom: 12px;
9
9
  margin-inline: -12px;
10
+ display: flex;
10
11
  }
11
12
  });
@@ -30,12 +30,12 @@
30
30
  display: inline-flex;
31
31
  justify-content: center;
32
32
  align-items: center;
33
- width: 18px;
34
- height: 18px;
33
+ width: 14px;
34
+ height: 14px;
35
35
  color: #fff;
36
- font-size: 12px;
37
- line-height: 12px;
38
- border-radius: 9px;
36
+ font-size: 10px;
37
+ line-height: 10px;
38
+ border-radius: 7px;
39
39
  background-color: #979797;
40
40
  }
41
41
  .aplus-ap-column-setting-wrapper {
@@ -81,8 +81,7 @@
81
81
  }
82
82
  .aplus-ap-column-setting-left__content {
83
83
  flex: 1;
84
- padding-inline: 12px;
85
- padding-block: 16px;
84
+ padding: 12px;
86
85
  overflow-y: auto;
87
86
  }
88
87
  .aplus-ap-column-setting-left__content .ant-checkbox-wrapper {
@@ -101,8 +100,9 @@
101
100
  background-color: #F2F6F9;
102
101
  padding: 4px 12px;
103
102
  border-radius: 4px;
104
- margin-bottom: 16px;
103
+ margin-bottom: 12px;
105
104
  margin-inline: -12px;
105
+ display: flex;
106
106
  }
107
107
  .aplus-sortable-item-meta {
108
108
  padding: 6px 8px;
@@ -285,8 +285,8 @@
285
285
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
286
286
  }
287
287
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
288
- font-size: 10px;
289
- line-height: 1.6;
288
+ font-size: 12px;
289
+ line-height: 16px;
290
290
  }
291
291
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
292
292
  line-height: 22px;
@@ -459,6 +459,9 @@
459
459
  .aplus-ap-form-search-form__popover-footer-confirm-btn {
460
460
  margin-left: 10px;
461
461
  }
462
+ .aplus-ap-form-search-form__popover-footer button.ant-btn {
463
+ padding-inline: 16px;
464
+ }
462
465
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
463
466
  flex-shrink: 0;
464
467
  }
@@ -661,7 +664,7 @@
661
664
  left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
662
665
  }
663
666
  .aplus-ap-table-wrapper {
664
- padding: 8px;
667
+ padding: 8px 8px 12px;
665
668
  background-color: #fff;
666
669
  }
667
670
  .aplus-ap-table-adaptive {
@@ -692,7 +695,6 @@
692
695
  }
693
696
  .aplus-ap-table__search-wrapper {
694
697
  padding: 8px;
695
- padding-bottom: 2px;
696
698
  padding-bottom: 0;
697
699
  background-color: #fff;
698
700
  margin-bottom: 10px;
@@ -705,8 +707,7 @@
705
707
  flex-direction: column;
706
708
  }
707
709
  .aplus-ap-table__table-wrapper-card {
708
- padding: 8px;
709
- padding-bottom: 12px;
710
+ padding: 8px 8px 12px;
710
711
  border-radius: 4px;
711
712
  background-color: #fff;
712
713
  overflow: hidden;
@@ -9,12 +9,12 @@
9
9
 
10
10
  &-ellipsis-text {
11
11
  &--admin {
12
- font-size: 12px;
12
+ font-size: @font-size-base;
13
13
  // 链接色
14
14
  color: #1890FF;
15
15
  }
16
16
  &--aplus {
17
- font-size: 12px;
17
+ font-size: @font-size-base;
18
18
  // 链接色
19
19
  color: #0070FF;
20
20
  }
@@ -35,35 +35,44 @@
35
35
  .aplus-tag-wrapper .aplus-tag-inner-wrapper {
36
36
  display: inline-block;
37
37
  border-radius: 4px;
38
- border: 1px solid var(--tag-main-color);
39
- background-color: var(--tag-main-color-opacity);
40
38
  box-sizing: border-box;
41
- color: var(--tag-main-color);
42
39
  }
43
40
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--large {
44
- padding: 0 8px;
45
- line-height: 26px;
46
- height: 28px;
41
+ padding: 6px;
42
+ line-height: 1.1 0.57142857;
47
43
  font-size: 14px;
48
44
  }
49
45
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--middle {
50
- line-height: 22px;
51
- padding: 0 8px;
52
- height: 24px;
46
+ line-height: 1.5;
47
+ padding: 4px;
53
48
  font-size: 12px;
54
49
  }
55
50
  .aplus-tag-wrapper .aplus-tag-inner-wrapper--small {
56
- padding: 0 6px;
57
- line-height: 19px;
58
- height: 20px;
59
- font-size: 12px;
51
+ padding: 0 4px;
52
+ line-height: 1.6;
53
+ font-size: 10px;
54
+ }
55
+ .aplus-tag-wrapper-purely > * {
56
+ background-color: var(--tag-main-color-background);
57
+ color: var(--ap-upload-single-color-main, #182948);
58
+ }
59
+ .aplus-tag-wrapper-border > * {
60
+ border: 1px solid var(--tag-main-color);
61
+ background-color: var(--tag-main-color-opacity);
62
+ color: var(--tag-main-color);
63
+ }
64
+ .aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled {
65
+ background-color: rgba(136, 150, 176, 0.15);
66
+ }
67
+ .aplus-tag-wrapper-purely .aplus-tag-inner-wrapper--disabled-admin {
68
+ background-color: rgba(51, 51, 51, 0.15);
60
69
  }
61
- .aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled {
70
+ .aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled {
62
71
  border: 1px solid #DEE4ED;
63
72
  background-color: #526a900f;
64
73
  color: #8896b0;
65
74
  }
66
- .aplus-tag-wrapper .aplus-tag-inner-wrapper--disabled-admin {
75
+ .aplus-tag-wrapper-border .aplus-tag-inner-wrapper--disabled-admin {
67
76
  border: 1px solid #d9d9d9;
68
77
  background-color: #9999990f;
69
78
  color: #999;
@@ -7,41 +7,54 @@
7
7
  display: inline-block;
8
8
  max-width: 100%;
9
9
  }
10
-
11
10
  &-wrapper &-inner-wrapper {
12
11
  display: inline-block;
13
12
  border-radius: 4px;
14
- border: 1px solid var(--tag-main-color);
15
- background-color: var(--tag-main-color-opacity);
16
13
  box-sizing: border-box;
17
- color: var(--tag-main-color);
14
+
18
15
  &--large {
19
- padding: 0 8px;
20
- line-height: 26px;
21
- height: 28px;
22
- font-size: 14px;
16
+ padding: 6px;
17
+ line-height: @line-height-lg;
18
+ font-size: @font-size-lg;
23
19
  }
24
20
  &--middle {
25
- line-height: 22px;
26
- padding: 0 8px;
27
- height: 24px;
28
- font-size: 12px;
21
+ line-height: @line-height-base;
22
+ padding: 4px;
23
+ font-size: @font-size-base;
29
24
  }
30
25
  &--small {
31
- padding: 0 6px;
32
- line-height: 19px;
33
- height: 20px;
34
- font-size: 12px;
26
+ padding: 0 4px;
27
+ line-height: @line-height-small;
28
+ font-size: @font-size-small;
35
29
  }
36
- &--disabled {
37
- border: 1px solid #DEE4ED;
38
- background-color: #526a900f;
39
- color: #8896b0;
30
+ }
31
+ &-wrapper-purely {
32
+ & > * {
33
+ background-color: var(--tag-main-color-background);
34
+ color: var(--ap-upload-single-color-main,#182948);
40
35
  }
41
- &--disabled-admin {
42
- border: 1px solid #d9d9d9;
43
- background-color: #9999990f;
44
- color: #999;
36
+ }
37
+ &-wrapper-border {
38
+ & > * {
39
+ border: 1px solid var(--tag-main-color);
40
+ background-color: var(--tag-main-color-opacity);
41
+ color: var(--tag-main-color);
45
42
  }
46
43
  }
44
+ &-wrapper-purely &-inner-wrapper--disabled {
45
+ background-color: rgba(#8896b0,0.15);
46
+ }
47
+ &-wrapper-purely &-inner-wrapper--disabled-admin {
48
+ background-color: rgba(#333,0.15);
49
+ }
50
+ &-wrapper-border &-inner-wrapper--disabled {
51
+ border: 1px solid #DEE4ED;
52
+ background-color: #526a900f;
53
+ color: #8896b0;
54
+ }
55
+ &-wrapper-border &-inner-wrapper--disabled-admin {
56
+ border: 1px solid #d9d9d9;
57
+ background-color: #9999990f;
58
+ color: #999;
59
+ }
47
60
  });
@@ -32,8 +32,8 @@
32
32
  display: flex;
33
33
  align-items: center;
34
34
  justify-content: space-between;
35
- padding-left: 11px;
36
- font-size: 14px;
35
+ padding-left: 10px;
36
+ font-size: 12px;
37
37
  }
38
38
  .aplus-ap-title::before {
39
39
  position: absolute;
@@ -8,8 +8,8 @@
8
8
  display: flex;
9
9
  align-items: center;
10
10
  justify-content: space-between;
11
- padding-left: 11px;
12
- font-size: 14px;
11
+ padding-left: 10px;
12
+ font-size: @font-size-base;
13
13
  &::before {
14
14
  position: absolute;
15
15
  content: '';
@@ -46,7 +46,7 @@
46
46
  .aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
47
47
  padding-left: 16px;
48
48
  color: #8896b0;
49
- font-size: 14px;
49
+ font-size: 12px;
50
50
  }
51
51
  .aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
52
52
  background: #f5f9fa;
@@ -153,7 +153,7 @@
153
153
  border-radius: 2px;
154
154
  background: rgba(0, 0, 0, 0.5);
155
155
  color: #fff;
156
- font-size: 14px;
156
+ font-size: 12px;
157
157
  }
158
158
  .aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
159
159
  display: flex;
@@ -184,7 +184,7 @@
184
184
  .aplus-ap-upload-picture .picture-title {
185
185
  margin-top: 8px;
186
186
  color: #8896b0;
187
- font-size: 14px;
187
+ font-size: 12px;
188
188
  }
189
189
  .aplus-ap-upload-picture-admin .picture-context .picture-upload {
190
190
  border: 1px dashed #d9d9d9;
@@ -46,7 +46,7 @@
46
46
  .aplus-ap-upload-multiple-file .multiple-file-context .sub-title {
47
47
  padding-left: 16px;
48
48
  color: #8896b0;
49
- font-size: 14px;
49
+ font-size: 12px;
50
50
  }
51
51
  .aplus-ap-upload-multiple-file .ant-upload-wrapper .ant-upload-list .ant-upload-list-item:hover {
52
52
  background: #f5f9fa;
@@ -23,7 +23,7 @@
23
23
  .sub-title {
24
24
  padding-left: 16px;
25
25
  color: #8896b0;
26
- font-size: 14px;
26
+ font-size: @font-size-base;
27
27
  }
28
28
  }
29
29
 
@@ -91,7 +91,7 @@
91
91
  border-radius: 2px;
92
92
  background: rgba(0, 0, 0, 0.5);
93
93
  color: #fff;
94
- font-size: 14px;
94
+ font-size: 12px;
95
95
  }
96
96
  .aplus-ap-upload-picture .picture-context .picture-item .picture-item-box .picture-item-shadow .picture-item-close {
97
97
  display: flex;
@@ -122,7 +122,7 @@
122
122
  .aplus-ap-upload-picture .picture-title {
123
123
  margin-top: 8px;
124
124
  color: #8896b0;
125
- font-size: 14px;
125
+ font-size: 12px;
126
126
  }
127
127
  .aplus-ap-upload-picture-admin .picture-context .picture-upload {
128
128
  border: 1px dashed #d9d9d9;
@@ -68,7 +68,7 @@
68
68
  border-radius: 2px;
69
69
  background: rgb(0 0 0 / 50%);
70
70
  color: #fff;
71
- font-size: 14px;
71
+ font-size: @font-size-base;
72
72
 
73
73
  .picture-item-close {
74
74
  display: flex;
@@ -105,7 +105,7 @@
105
105
  .picture-title {
106
106
  margin-top: 8px;
107
107
  color: #8896b0;
108
- font-size: 14px;
108
+ font-size: 12px;
109
109
  }
110
110
  });
111
111
 
@@ -108,10 +108,14 @@
108
108
  .aplus-ap-view-menu-list-content .menu-list-content-action-text {
109
109
  cursor: pointer;
110
110
  font-size: 12px;
111
+ display: flex;
112
+ align-items: center;
111
113
  color: var(--basic-color-primary, #0070ff);
112
114
  }
113
115
  .aplus-ap-view-menu-list-content .menu-list-content-action-delete {
114
116
  cursor: pointer;
117
+ display: flex;
118
+ align-items: center;
115
119
  color: var(--ap-view-icon-color, #8896b0);
116
120
  }
117
121
  .aplus-ap-view-menu-list-content .menu-list-content-edit {
@@ -79,10 +79,14 @@
79
79
  &-text {
80
80
  cursor: pointer;
81
81
  font-size: 12px;
82
+ display: flex;
83
+ align-items: center;
82
84
  color: var(--basic-color-primary,#0070ff);
83
85
  }
84
86
  &-delete {
85
87
  cursor: pointer;
88
+ display: flex;
89
+ align-items: center;
86
90
  color: var(--ap-view-icon-color,#8896b0);
87
91
  }
88
92
  }
@@ -97,8 +97,8 @@
97
97
  box-shadow: 0 0 0 2px var(--ap-form-bordered-shadow-color, rgba(5, 155, 255, 0.1));
98
98
  }
99
99
  .aplus-ap-form-item .ant-form-show-help .ant-form-item-explain-error {
100
- font-size: 10px;
101
- line-height: 1.6;
100
+ font-size: 12px;
101
+ line-height: 16px;
102
102
  }
103
103
  .aplus-ap-form-item .ant-col .ant-form-item-extra {
104
104
  line-height: 22px;
@@ -271,6 +271,9 @@
271
271
  .aplus-ap-form-search-form__popover-footer-confirm-btn {
272
272
  margin-left: 10px;
273
273
  }
274
+ .aplus-ap-form-search-form__popover-footer button.ant-btn {
275
+ padding-inline: 16px;
276
+ }
274
277
  .aplus-ap-form-search-form-column-setting-trigger-wrapper {
275
278
  flex-shrink: 0;
276
279
  }