@aplus-frontend/ui 0.6.0-beta.1 → 0.6.0-beta.2
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/es/src/ap-button/ap-button.vue.mjs +1 -1
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-grid/index.vue.mjs +129 -121
- package/es/src/ap-table/ap-table.vue2.mjs +206 -199
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/es/src/ap-tag/ap-tag.vue.mjs +18 -12
- package/es/src/ap-tag/interface.d.ts +4 -0
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -12
- package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +108 -99
- package/es/src/business/ap-export-group/index.d.ts +3 -0
- package/es/src/business/ap-export-group/interface.d.ts +7 -2
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-view/ap-view.vue2.mjs +72 -69
- package/es/src/business/ap-view/components/main-button-content.vue2.mjs +49 -43
- package/es/src/business/ap-view/interface.d.ts +4 -0
- package/es/src/business/hooks/usePageListApGrid.mjs +2 -4
- package/es/src/config-provider/css-var.mjs +2 -2
- package/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +1 -1
- package/lib/src/ap-button/ap-button.vue.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -0
- package/lib/src/ap-tag/ap-tag.vue.js +1 -1
- package/lib/src/ap-tag/interface.d.ts +4 -0
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
- package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +1 -0
- package/lib/src/business/ap-export-group/ApExportGroup.vue2.js +1 -1
- package/lib/src/business/ap-export-group/index.d.ts +3 -0
- package/lib/src/business/ap-export-group/interface.d.ts +7 -2
- package/lib/src/business/ap-table-modal/modal-title.vue2.js +1 -1
- package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
- package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
- package/lib/src/business/ap-view/interface.d.ts +4 -0
- package/lib/src/business/hooks/usePageListApGrid.js +1 -1
- package/lib/src/config-provider/css-var.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +5 -8
- package/theme/antd-global-overwrite/admin/modal.css +2 -5
- package/theme/antd-global-overwrite/admin/modal.less +3 -3
- package/theme/antd-global-overwrite/admin/table.css +3 -3
- package/theme/antd-global-overwrite/admin/table.less +3 -3
- package/theme/antd-global-overwrite/aplus/index.css +5 -8
- package/theme/antd-global-overwrite/aplus/modal.css +2 -5
- package/theme/antd-global-overwrite/aplus/modal.less +3 -3
- package/theme/antd-global-overwrite/aplus/table.css +3 -3
- package/theme/antd-global-overwrite/aplus/table.less +3 -3
- package/theme/ap-appendix/ap-appendix.css +4 -2
- package/theme/ap-appendix/ap-appendix.less +4 -2
- package/theme/ap-attachment/ap-attachment.css +4 -4
- package/theme/ap-attachment/ap-attachment.less +4 -4
- package/theme/ap-batch-action/ap-batch-action.css +6 -3
- package/theme/ap-batch-action/ap-batch-action.less +6 -3
- package/theme/ap-descriptions/ap-descriptions.css +3 -5
- package/theme/ap-descriptions/ap-descriptions.less +3 -5
- package/theme/ap-download/ap-download.css +7 -10
- package/theme/ap-download/ap-download.less +8 -11
- package/theme/ap-expand-alert/ap-expand-alert.css +1 -1
- package/theme/ap-expand-alert/ap-expand-alert.less +3 -4
- package/theme/ap-grid/editable.less +3 -2
- package/theme/ap-grid/index.css +1 -1
- package/theme/ap-grid/index.less +6 -4
- package/theme/ap-ladder/ap-ladder.css +3 -3
- package/theme/ap-ladder/ap-ladder.less +3 -3
- package/theme/ap-select-layout/ap-select-layout.css +8 -8
- package/theme/ap-select-layout/ap-select-layout.less +8 -8
- package/theme/ap-status/ap-status.css +2 -3
- package/theme/ap-status/ap-status.less +2 -4
- package/theme/ap-summary/index.css +3 -3
- package/theme/ap-summary/index.less +3 -3
- package/theme/ap-table/ap-table-index.css +5 -5
- package/theme/ap-table/ap-table-index.less +5 -5
- package/theme/ap-table/ap-table-paragraph-ellipsis.less +1 -1
- package/theme/ap-table/ap-table.css +7 -9
- package/theme/ap-table/ap-table.less +2 -5
- package/theme/ap-table-modal/index.css +7 -9
- package/theme/ap-tag/ap-tag-group.less +2 -2
- package/theme/ap-tag/ap-tag.css +24 -15
- package/theme/ap-tag/ap-tag.less +37 -24
- package/theme/ap-title/ap-title.css +2 -2
- package/theme/ap-title/ap-title.less +2 -2
- package/theme/ap-upload/index.css +3 -3
- package/theme/ap-upload/multiple-file.css +1 -1
- package/theme/ap-upload/multiple-file.less +1 -1
- package/theme/ap-upload/picture.css +2 -2
- package/theme/ap-upload/picture.less +2 -2
- package/theme/ap-view/ap-view.css +4 -0
- package/theme/ap-view/ap-view.less +4 -0
- package/theme/index.css +82 -72
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
|
|
4
4
|
.b('ap-summary', {
|
|
5
5
|
&__item {
|
|
6
|
-
height:
|
|
7
|
-
padding: 8px
|
|
6
|
+
height: 38px;
|
|
7
|
+
padding: 8px 12px !important;
|
|
8
8
|
background-color: var(--ap-summary-background, #f9ecc7) !important;
|
|
9
9
|
color: #333;
|
|
10
10
|
font-weight: bolder;
|
|
11
11
|
|
|
12
12
|
&--small {
|
|
13
13
|
height: 28px;
|
|
14
|
-
padding: 4px
|
|
14
|
+
padding: 4px 12px !important;
|
|
15
15
|
background-color: var(--ap-summary-background, #E6EDFF) !important;
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
display: inline-flex;
|
|
31
31
|
justify-content: center;
|
|
32
32
|
align-items: center;
|
|
33
|
-
width:
|
|
34
|
-
height:
|
|
33
|
+
width: 14px;
|
|
34
|
+
height: 14px;
|
|
35
35
|
color: #fff;
|
|
36
|
-
font-size:
|
|
37
|
-
line-height:
|
|
38
|
-
border-radius:
|
|
36
|
+
font-size: 10px;
|
|
37
|
+
line-height: 10px;
|
|
38
|
+
border-radius: 7px;
|
|
39
39
|
background-color: #979797;
|
|
40
40
|
}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
display: inline-flex;
|
|
6
6
|
justify-content: center;
|
|
7
7
|
align-items: center;
|
|
8
|
-
width:
|
|
9
|
-
height:
|
|
8
|
+
width: 14px;
|
|
9
|
+
height: 14px;
|
|
10
10
|
color: #fff;
|
|
11
|
-
font-size:
|
|
12
|
-
line-height:
|
|
13
|
-
border-radius:
|
|
11
|
+
font-size: 10px;
|
|
12
|
+
line-height: 10px;
|
|
13
|
+
border-radius: 7px;
|
|
14
14
|
background-color: #979797;
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
display: inline-flex;
|
|
31
31
|
justify-content: center;
|
|
32
32
|
align-items: center;
|
|
33
|
-
width:
|
|
34
|
-
height:
|
|
33
|
+
width: 14px;
|
|
34
|
+
height: 14px;
|
|
35
35
|
color: #fff;
|
|
36
|
-
font-size:
|
|
37
|
-
line-height:
|
|
38
|
-
border-radius:
|
|
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 {
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
662
662
|
}
|
|
663
663
|
.aplus-ap-table-wrapper {
|
|
664
|
-
padding: 8px;
|
|
664
|
+
padding: 8px 8px 12px;
|
|
665
665
|
background-color: #fff;
|
|
666
666
|
}
|
|
667
667
|
.aplus-ap-table-adaptive {
|
|
@@ -692,7 +692,6 @@
|
|
|
692
692
|
}
|
|
693
693
|
.aplus-ap-table__search-wrapper {
|
|
694
694
|
padding: 8px;
|
|
695
|
-
padding-bottom: 2px;
|
|
696
695
|
padding-bottom: 0;
|
|
697
696
|
background-color: #fff;
|
|
698
697
|
margin-bottom: 10px;
|
|
@@ -705,8 +704,7 @@
|
|
|
705
704
|
flex-direction: column;
|
|
706
705
|
}
|
|
707
706
|
.aplus-ap-table__table-wrapper-card {
|
|
708
|
-
padding: 8px;
|
|
709
|
-
padding-bottom: 12px;
|
|
707
|
+
padding: 8px 8px 12px;
|
|
710
708
|
border-radius: 4px;
|
|
711
709
|
background-color: #fff;
|
|
712
710
|
overflow: hidden;
|
|
@@ -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);
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
display: inline-flex;
|
|
31
31
|
justify-content: center;
|
|
32
32
|
align-items: center;
|
|
33
|
-
width:
|
|
34
|
-
height:
|
|
33
|
+
width: 14px;
|
|
34
|
+
height: 14px;
|
|
35
35
|
color: #fff;
|
|
36
|
-
font-size:
|
|
37
|
-
line-height:
|
|
38
|
-
border-radius:
|
|
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 {
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
left: calc(var(--aplus-scroll-bar-track-width, 10px) / 2 - var(--aplus-scroll-bar-bar-width, 8px) / 2);
|
|
662
662
|
}
|
|
663
663
|
.aplus-ap-table-wrapper {
|
|
664
|
-
padding: 8px;
|
|
664
|
+
padding: 8px 8px 12px;
|
|
665
665
|
background-color: #fff;
|
|
666
666
|
}
|
|
667
667
|
.aplus-ap-table-adaptive {
|
|
@@ -692,7 +692,6 @@
|
|
|
692
692
|
}
|
|
693
693
|
.aplus-ap-table__search-wrapper {
|
|
694
694
|
padding: 8px;
|
|
695
|
-
padding-bottom: 2px;
|
|
696
695
|
padding-bottom: 0;
|
|
697
696
|
background-color: #fff;
|
|
698
697
|
margin-bottom: 10px;
|
|
@@ -705,8 +704,7 @@
|
|
|
705
704
|
flex-direction: column;
|
|
706
705
|
}
|
|
707
706
|
.aplus-ap-table__table-wrapper-card {
|
|
708
|
-
padding: 8px;
|
|
709
|
-
padding-bottom: 12px;
|
|
707
|
+
padding: 8px 8px 12px;
|
|
710
708
|
border-radius: 4px;
|
|
711
709
|
background-color: #fff;
|
|
712
710
|
overflow: hidden;
|
package/theme/ap-tag/ap-tag.css
CHANGED
|
@@ -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:
|
|
45
|
-
line-height:
|
|
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:
|
|
51
|
-
padding:
|
|
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
|
|
57
|
-
line-height:
|
|
58
|
-
|
|
59
|
-
|
|
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;
|
package/theme/ap-tag/ap-tag.less
CHANGED
|
@@ -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
|
-
|
|
14
|
+
|
|
18
15
|
&--large {
|
|
19
|
-
padding:
|
|
20
|
-
line-height:
|
|
21
|
-
|
|
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:
|
|
26
|
-
padding:
|
|
27
|
-
|
|
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
|
|
32
|
-
line-height:
|
|
33
|
-
|
|
34
|
-
font-size: 12px;
|
|
26
|
+
padding: 0 4px;
|
|
27
|
+
line-height: @line-height-small;
|
|
28
|
+
font-size: @font-size-small;
|
|
35
29
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
color:
|
|
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
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
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
|
});
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
}
|