@opendesign-plus-test/components 0.0.1-rc.43 → 0.0.1-rc.45
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/dist/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +67 -47
- package/dist/components/OHeaderSearch.vue.d.ts +822 -500
- package/dist/components/activity/OMyActivityCalendar.vue.d.ts +86 -24
- package/dist/components/activity/index.d.ts +43 -12
- package/dist/components/meeting/OMyMeetingCalendar.vue.d.ts +86 -24
- package/dist/components/meeting/index.d.ts +43 -12
- package/dist/components/search/OSearchInput.vue.d.ts +1003 -0
- package/dist/components/search/composables/useImageSearch.d.ts +48 -0
- package/dist/components/search/composables/useKeywordHighlight.d.ts +2 -0
- package/dist/components/search/composables/useSearchHistory.d.ts +14 -0
- package/dist/components/search/index.d.ts +590 -0
- package/dist/components/search/internal/HighlightText.vue.d.ts +9 -0
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +716 -0
- package/dist/components/search/internal/SearchPanel.vue.d.ts +100 -0
- package/dist/components/search/types.d.ts +20 -0
- package/dist/components.cjs.js +41 -41
- package/dist/components.css +1 -1
- package/dist/components.es.js +11228 -10253
- package/dist/index.d.ts +1 -0
- package/package.json +3 -3
- package/src/assets/svg-icons/icon-delete-hover.svg +4 -0
- package/src/assets/svg-icons/icon-delete.svg +5 -1
- package/src/assets/svg-icons/icon-image-close.svg +4 -0
- package/src/assets/svg-icons/icon-image-upload.svg +3 -0
- package/src/assets/svg-icons/icon-image-zoomin.svg +3 -0
- package/src/assets/svg-icons/icon-refresh.svg +3 -0
- package/src/components/OBanner.vue +18 -18
- package/src/components/OCookieNotice.vue +21 -21
- package/src/components/OFooter.vue +18 -17
- package/src/components/OHeaderSearch.vue +402 -420
- package/src/components/OHeaderUser.vue +3 -2
- package/src/components/OSection.vue +4 -4
- package/src/components/activity/OActivityApproval.vue +4 -4
- package/src/components/activity/OActivityForm.vue +2 -2
- package/src/components/activity/OMyActivityCalendar.vue +26 -26
- package/src/components/activity/config.ts +1 -1
- package/src/components/common/ContentWrapper.vue +3 -3
- package/src/components/element-plus/OElCookieNotice.vue +26 -26
- package/src/components/events/OEventsApply.vue +44 -44
- package/src/components/events/OEventsCalendar.vue +14 -14
- package/src/components/events/OEventsList.vue +16 -16
- package/src/components/header/OHeader.vue +2 -2
- package/src/components/header/components/HeaderContent.vue +60 -60
- package/src/components/header/components/HeaderNav.vue +4 -4
- package/src/components/header/components/HeaderNavMobile.vue +3 -3
- package/src/components/meeting/OMeetingCalendar.vue +27 -27
- package/src/components/meeting/OMeetingForm.vue +16 -16
- package/src/components/meeting/OMeetingPlayback.vue +4 -4
- package/src/components/meeting/OMyMeetingCalendar.vue +25 -25
- package/src/components/meeting/OSigMeetingCalendar.vue +3 -3
- package/src/components/meeting/components/OMeetingCalendarList.vue +9 -9
- package/src/components/meeting/components/OMeetingDetail.vue +2 -2
- package/src/components/meeting/components/OMeetingPlaybackSubtitles.vue +1 -1
- package/src/components/meeting/components/OMeetingPlaybackVideo.vue +5 -5
- package/src/components/meeting/components/OSigMeetingAside.vue +6 -6
- package/src/components/search/OSearchInput.vue +463 -0
- package/src/components/search/composables/useImageSearch.ts +157 -0
- package/src/components/search/composables/useKeywordHighlight.ts +30 -0
- package/src/components/search/composables/useSearchHistory.ts +75 -0
- package/src/components/search/index.ts +23 -0
- package/src/components/search/internal/HighlightText.vue +37 -0
- package/src/components/search/internal/SearchImageInput.vue +488 -0
- package/src/components/search/internal/SearchPanel.vue +430 -0
- package/src/components/search/types.ts +25 -0
- package/src/draft/Banner.vue +6 -6
- package/src/draft/ButtonCards.vue +1 -1
- package/src/draft/Feature.vue +6 -6
- package/src/draft/Footer.vue +29 -22
- package/src/draft/HorizontalAnchor.vue +4 -4
- package/src/draft/ItemSwiper.vue +2 -2
- package/src/draft/Logo.vue +3 -3
- package/src/draft/LogoCard.vue +2 -2
- package/src/draft/MultiCard.vue +1 -1
- package/src/draft/MultiIconCard.vue +1 -1
- package/src/draft/OInfoCard.vue +4 -4
- package/src/draft/Section.vue +4 -4
- package/src/draft/SingleTabCard.vue +1 -1
- package/src/draft/SliderCard.vue +4 -3
- package/src/i18n/en.ts +10 -0
- package/src/i18n/zh.ts +10 -0
- package/src/index.ts +1 -0
- package/vite.config.ts +1 -1
|
@@ -169,7 +169,7 @@ const jumpToPage = (val: any) => {
|
|
|
169
169
|
@include text-truncate(1);
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
@include respond
|
|
172
|
+
@include respond('<=pad_v') {
|
|
173
173
|
.header-user {
|
|
174
174
|
min-width: auto;
|
|
175
175
|
|
|
@@ -207,7 +207,8 @@ const jumpToPage = (val: any) => {
|
|
|
207
207
|
color: var(--o-color-primary1);
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
|
|
210
|
+
|
|
211
|
+
@include respond('<=pad_v') {
|
|
211
212
|
.user-dropdown {
|
|
212
213
|
.o-divider {
|
|
213
214
|
display: none;
|
|
@@ -121,11 +121,11 @@ const props = withDefaults(defineProps<SectionPropsT>(), {
|
|
|
121
121
|
color: var(--o-color-info2);
|
|
122
122
|
@include text1;
|
|
123
123
|
|
|
124
|
-
@include respond
|
|
124
|
+
@include respond('pad-laptop') {
|
|
125
125
|
margin-top: 8px;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
|
-
@include respond
|
|
128
|
+
@include respond('phone') {
|
|
129
129
|
margin-top: 12px;
|
|
130
130
|
text-align: center;
|
|
131
131
|
}
|
|
@@ -155,11 +155,11 @@ const props = withDefaults(defineProps<SectionPropsT>(), {
|
|
|
155
155
|
border-radius: var(--btn-height);
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
@include respond
|
|
158
|
+
@include respond('<=laptop') {
|
|
159
159
|
margin-top: 16px;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
@include respond
|
|
162
|
+
@include respond('phone') {
|
|
163
163
|
margin-top: 12px;
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -589,12 +589,12 @@ const reviewActions = computed<DialogActionT[]>(() => {
|
|
|
589
589
|
margin-left: 24px;
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
-
@include respond
|
|
592
|
+
@include respond('<=pad_v') {
|
|
593
593
|
.o-btn + .o-btn {
|
|
594
594
|
margin-left: 16px;
|
|
595
595
|
}
|
|
596
596
|
}
|
|
597
|
-
@include respond
|
|
597
|
+
@include respond('phone') {
|
|
598
598
|
margin-top: 8px;
|
|
599
599
|
.o-btn + .o-btn {
|
|
600
600
|
margin-left: 12px;
|
|
@@ -737,7 +737,7 @@ const reviewActions = computed<DialogActionT[]>(() => {
|
|
|
737
737
|
margin-left: 16px;
|
|
738
738
|
}
|
|
739
739
|
|
|
740
|
-
@include respond
|
|
740
|
+
@include respond('<=pad_v') {
|
|
741
741
|
.o-btn {
|
|
742
742
|
width: 140px;
|
|
743
743
|
color: var(--o-color-info1);
|
|
@@ -828,7 +828,7 @@ const reviewActions = computed<DialogActionT[]>(() => {
|
|
|
828
828
|
.handle-dialog-approval {
|
|
829
829
|
--dlg-width: 450px;
|
|
830
830
|
--dlg-radius: var(--o-radius-xs);
|
|
831
|
-
@include respond
|
|
831
|
+
@include respond('<=pad_v') {
|
|
832
832
|
width: 100%;
|
|
833
833
|
--dlg-radius: var(--o-radius-xs) var(--o-radius-xs) 0 0;
|
|
834
834
|
}
|
|
@@ -498,7 +498,7 @@ defineExpose({
|
|
|
498
498
|
padding: var(--o-gap-5);
|
|
499
499
|
padding-right: calc(var(--o-gap-4) + var(--o-gap-5));
|
|
500
500
|
border-radius: var(--o-radius-xs);
|
|
501
|
-
@include respond
|
|
501
|
+
@include respond('<=pad_v') {
|
|
502
502
|
padding: var(--o-gap-4);
|
|
503
503
|
}
|
|
504
504
|
|
|
@@ -522,7 +522,7 @@ defineExpose({
|
|
|
522
522
|
margin-left: var(--o-gap-4);
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
-
@include respond
|
|
525
|
+
@include respond('<=pad_v') {
|
|
526
526
|
.o-btn {
|
|
527
527
|
--btn-min-width: 74px;
|
|
528
528
|
}
|
|
@@ -763,11 +763,11 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
763
763
|
gap: var(--o-gap-4);
|
|
764
764
|
height: 100%;
|
|
765
765
|
--phone-padding-top: 0;
|
|
766
|
-
@include respond
|
|
766
|
+
@include respond('pad_v') {
|
|
767
767
|
flex-direction: column;
|
|
768
768
|
gap: var(--o-gap-4);
|
|
769
769
|
}
|
|
770
|
-
@include respond
|
|
770
|
+
@include respond('phone') {
|
|
771
771
|
flex-direction: column;
|
|
772
772
|
gap: var(--o-gap-3);
|
|
773
773
|
--phone-padding-top: calc(var(--o-gap-5) + var(--o-gap-3) + var(--o-gap-3));
|
|
@@ -808,7 +808,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
808
808
|
}
|
|
809
809
|
}
|
|
810
810
|
|
|
811
|
-
@include respond
|
|
811
|
+
@include respond('phone') {
|
|
812
812
|
padding-top: var(--o-gap-7);
|
|
813
813
|
background-color: var(--o-color-ubmc-bg);
|
|
814
814
|
padding-bottom: var(--o-gap-4);
|
|
@@ -826,7 +826,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
826
826
|
.left-calendar {
|
|
827
827
|
width: 336px;
|
|
828
828
|
flex-shrink: 0;
|
|
829
|
-
@include respond
|
|
829
|
+
@include respond('pad_h') {
|
|
830
830
|
.el-calendar {
|
|
831
831
|
.el-calendar__body {
|
|
832
832
|
padding-left: 12px;
|
|
@@ -844,10 +844,10 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
844
844
|
}
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
|
-
@include respond
|
|
847
|
+
@include respond('pad_v') {
|
|
848
848
|
width: 100%;
|
|
849
849
|
}
|
|
850
|
-
@include respond
|
|
850
|
+
@include respond('phone') {
|
|
851
851
|
display: none;
|
|
852
852
|
}
|
|
853
853
|
|
|
@@ -977,7 +977,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
977
977
|
|
|
978
978
|
&.clickable {
|
|
979
979
|
&::after {
|
|
980
|
-
background-color: rgb(var(--o-
|
|
980
|
+
background-color: rgb(var(--o-grey-6));
|
|
981
981
|
}
|
|
982
982
|
|
|
983
983
|
&.approved::after {
|
|
@@ -985,11 +985,11 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
985
985
|
}
|
|
986
986
|
|
|
987
987
|
&.expired::after {
|
|
988
|
-
background-color: rgb(var(--o-
|
|
988
|
+
background-color: rgb(var(--o-grey-6));
|
|
989
989
|
}
|
|
990
990
|
|
|
991
991
|
&.all-deleted::after {
|
|
992
|
-
background-color: rgb(var(--o-
|
|
992
|
+
background-color: rgb(var(--o-grey-6));
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
995
|
}
|
|
@@ -1008,7 +1008,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1008
1008
|
flex-grow: 1;
|
|
1009
1009
|
background-color: var(--o-color-fill2);
|
|
1010
1010
|
|
|
1011
|
-
@include respond
|
|
1011
|
+
@include respond('phone') {
|
|
1012
1012
|
margin-top: calc(var(--phone-padding-top) - var(--o-gap-4));
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
@@ -1028,7 +1028,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1028
1028
|
.scroller-container {
|
|
1029
1029
|
height: 100%;
|
|
1030
1030
|
max-height: calc(var(--layout-left-height, 900px) - 4 * var(--o-gap-5) - var(--header-height) * 1px);
|
|
1031
|
-
@include respond
|
|
1031
|
+
@include respond('phone') {
|
|
1032
1032
|
max-height: fit-content;
|
|
1033
1033
|
}
|
|
1034
1034
|
|
|
@@ -1040,7 +1040,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1040
1040
|
flex-grow: 1;
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
@include respond
|
|
1043
|
+
@include respond('phone') {
|
|
1044
1044
|
padding-left: var(--o-gap-2);
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
@@ -1069,13 +1069,13 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1069
1069
|
width: 16px;
|
|
1070
1070
|
height: 26px;
|
|
1071
1071
|
position: relative;
|
|
1072
|
-
@include respond
|
|
1072
|
+
@include respond('laptop') {
|
|
1073
1073
|
height: 24px;
|
|
1074
1074
|
}
|
|
1075
|
-
@include respond
|
|
1075
|
+
@include respond('pad_h') {
|
|
1076
1076
|
height: 22px;
|
|
1077
1077
|
}
|
|
1078
|
-
@include respond
|
|
1078
|
+
@include respond('<=pad_v') {
|
|
1079
1079
|
height: 22px;
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
@@ -1128,7 +1128,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1128
1128
|
margin-bottom: var(--o-gap-2);
|
|
1129
1129
|
color: var(--o-color-info1);
|
|
1130
1130
|
@include text2;
|
|
1131
|
-
@include respond
|
|
1131
|
+
@include respond('phone') {
|
|
1132
1132
|
padding-left: var(--o-gap-5);
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
@@ -1143,7 +1143,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1143
1143
|
.list-body {
|
|
1144
1144
|
height: 100%;
|
|
1145
1145
|
|
|
1146
|
-
@include respond
|
|
1146
|
+
@include respond('phone') {
|
|
1147
1147
|
height: fit-content;
|
|
1148
1148
|
padding: var(--o-gap-4) !important;
|
|
1149
1149
|
}
|
|
@@ -1158,7 +1158,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1158
1158
|
@include hover {
|
|
1159
1159
|
--btn-color: var(--o-color-primary2);
|
|
1160
1160
|
}
|
|
1161
|
-
@include respond
|
|
1161
|
+
@include respond('phone') {
|
|
1162
1162
|
display: none;
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
@@ -1209,22 +1209,22 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1209
1209
|
transition: margin var(--o-easing-standard) var(--o-duration-s);
|
|
1210
1210
|
--copy-display: none;
|
|
1211
1211
|
--icon-size: 24px;
|
|
1212
|
-
@include respond
|
|
1212
|
+
@include respond('<=pad_v') {
|
|
1213
1213
|
padding: var(--o-gap-3) var(--o-gap-4);
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
1216
|
&:hover {
|
|
1217
|
-
@include respond
|
|
1217
|
+
@include respond('>pad_v') {
|
|
1218
1218
|
--copy-display: inline-flex;
|
|
1219
1219
|
}
|
|
1220
1220
|
}
|
|
1221
1221
|
|
|
1222
|
-
@include respond
|
|
1222
|
+
@include respond('phone') {
|
|
1223
1223
|
--icon-size: 20px;
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
1226
|
&.o-collapse-item-expanded {
|
|
1227
|
-
@include respond
|
|
1227
|
+
@include respond('<=pad_v') {
|
|
1228
1228
|
--copy-display: inline-flex;
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
@@ -1248,7 +1248,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1248
1248
|
position: relative;
|
|
1249
1249
|
top: 4px;
|
|
1250
1250
|
flex-shrink: 0;
|
|
1251
|
-
@include respond
|
|
1251
|
+
@include respond('phone') {
|
|
1252
1252
|
position: absolute;
|
|
1253
1253
|
right: 0;
|
|
1254
1254
|
width: 20px;
|
|
@@ -1275,7 +1275,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1275
1275
|
gap: var(--o-gap-3);
|
|
1276
1276
|
width: 100%;
|
|
1277
1277
|
padding-right: 48px;
|
|
1278
|
-
@include respond
|
|
1278
|
+
@include respond('phone') {
|
|
1279
1279
|
flex-grow: 1;
|
|
1280
1280
|
width: 100%;
|
|
1281
1281
|
align-self: stretch;
|
|
@@ -1409,7 +1409,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1409
1409
|
height: 18px;
|
|
1410
1410
|
width: 18px;
|
|
1411
1411
|
display: var(--copy-display);
|
|
1412
|
-
@include respond
|
|
1412
|
+
@include respond('phone') {
|
|
1413
1413
|
bottom: var(--o-gap-2);
|
|
1414
1414
|
transform: revert;
|
|
1415
1415
|
top: revert;
|
|
@@ -1435,7 +1435,7 @@ const deleteActions = computed<DialogActionT[]>(() => {
|
|
|
1435
1435
|
|
|
1436
1436
|
.activity-detail {
|
|
1437
1437
|
padding-left: calc(var(--o-gap-3) + var(--icon-size));
|
|
1438
|
-
@include respond
|
|
1438
|
+
@include respond('phone') {
|
|
1439
1439
|
padding-left: 0;
|
|
1440
1440
|
}
|
|
1441
1441
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const WEBSITE_REGEXP = /^
|
|
1
|
+
export const WEBSITE_REGEXP = /^https?:\/\/\S+/;
|
|
@@ -59,16 +59,16 @@ const paddingBottom = computed(() => {
|
|
|
59
59
|
--layout-content-padding: 64px;
|
|
60
60
|
--layout-header-height: 80px;
|
|
61
61
|
|
|
62
|
-
@include respond
|
|
62
|
+
@include respond('<=laptop') {
|
|
63
63
|
--layout-content-max-width: 100%;
|
|
64
64
|
--layout-content-padding: 40px;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
@include respond
|
|
67
|
+
@include respond('<=pad') {
|
|
68
68
|
--layout-content-padding: 32px;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
@include respond
|
|
71
|
+
@include respond('phone') {
|
|
72
72
|
--layout-content-padding: 24px;
|
|
73
73
|
}
|
|
74
74
|
|
|
@@ -291,7 +291,7 @@ defineExpose({
|
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.cookie-notice-content {
|
|
294
|
-
background-color: rgba(var(--o-
|
|
294
|
+
background-color: rgba(var(--o-grey-1), 0.9);
|
|
295
295
|
backdrop-filter: blur(5px);
|
|
296
296
|
box-shadow: var(--o-shadow-1);
|
|
297
297
|
}
|
|
@@ -304,13 +304,13 @@ defineExpose({
|
|
|
304
304
|
@media (1680px >= width >= 1201px) {
|
|
305
305
|
padding: 12px var(--layout-content-padding);
|
|
306
306
|
}
|
|
307
|
-
@include respond
|
|
307
|
+
@include respond('pad_h') {
|
|
308
308
|
padding: 8px var(--layout-content-padding);
|
|
309
309
|
}
|
|
310
310
|
@media (max-width: 840px) {
|
|
311
311
|
padding: 16px var(--layout-content-padding);
|
|
312
312
|
}
|
|
313
|
-
@include respond
|
|
313
|
+
@include respond('phone') {
|
|
314
314
|
padding: 16px var(--layout-content-padding);
|
|
315
315
|
}
|
|
316
316
|
&:not([type='zh']) {
|
|
@@ -327,13 +327,13 @@ defineExpose({
|
|
|
327
327
|
@media (1680px >= width >= 1201px) {
|
|
328
328
|
padding: 12px 0;
|
|
329
329
|
}
|
|
330
|
-
@include respond
|
|
330
|
+
@include respond('pad_h') {
|
|
331
331
|
padding: 8px 0;
|
|
332
332
|
}
|
|
333
333
|
@media (max-width: 840px) {
|
|
334
334
|
padding: 16px 0;
|
|
335
335
|
}
|
|
336
|
-
@include respond
|
|
336
|
+
@include respond('phone') {
|
|
337
337
|
padding: 16px 0;
|
|
338
338
|
}
|
|
339
339
|
&:not([type='zh']) {
|
|
@@ -353,13 +353,13 @@ defineExpose({
|
|
|
353
353
|
@media (max-width: 1680px) {
|
|
354
354
|
font-size: 14px;
|
|
355
355
|
}
|
|
356
|
-
@include respond
|
|
356
|
+
@include respond('<=pad_v') {
|
|
357
357
|
text-align: center;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
.cookie-en-title {
|
|
362
|
-
@include respond
|
|
362
|
+
@include respond('<=pad_v') {
|
|
363
363
|
margin-left: auto;
|
|
364
364
|
}
|
|
365
365
|
}
|
|
@@ -369,7 +369,7 @@ defineExpose({
|
|
|
369
369
|
line-height: 22px;
|
|
370
370
|
margin-right: 8px;
|
|
371
371
|
text-align: start;
|
|
372
|
-
@include respond
|
|
372
|
+
@include respond('<=pad_v') {
|
|
373
373
|
font-size: 12px;
|
|
374
374
|
line-height: 18px;
|
|
375
375
|
}
|
|
@@ -379,7 +379,7 @@ defineExpose({
|
|
|
379
379
|
display: flex;
|
|
380
380
|
width: 100%;
|
|
381
381
|
margin-top: 8px;
|
|
382
|
-
@include respond
|
|
382
|
+
@include respond('<=pad_v') {
|
|
383
383
|
flex-direction: column;
|
|
384
384
|
}
|
|
385
385
|
}
|
|
@@ -394,10 +394,10 @@ defineExpose({
|
|
|
394
394
|
@media (1680px >= width >= 1201px) {
|
|
395
395
|
margin-right: 40px;
|
|
396
396
|
}
|
|
397
|
-
@include respond
|
|
397
|
+
@include respond('pad') {
|
|
398
398
|
margin-right: 24px;
|
|
399
399
|
}
|
|
400
|
-
@include respond
|
|
400
|
+
@include respond('<=pad_v') {
|
|
401
401
|
margin: 0;
|
|
402
402
|
}
|
|
403
403
|
}
|
|
@@ -411,7 +411,7 @@ defineExpose({
|
|
|
411
411
|
@media (1680px >= width >= 1201px) {
|
|
412
412
|
margin-left: 12px;
|
|
413
413
|
}
|
|
414
|
-
@include respond
|
|
414
|
+
@include respond('pad_h') {
|
|
415
415
|
margin-left: 8px;
|
|
416
416
|
}
|
|
417
417
|
@media (min-width: 841px) {
|
|
@@ -419,7 +419,7 @@ defineExpose({
|
|
|
419
419
|
}
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
@include respond
|
|
422
|
+
@include respond('<=pad_v') {
|
|
423
423
|
margin-top: 16px;
|
|
424
424
|
width: 100%;
|
|
425
425
|
display: grid;
|
|
@@ -464,7 +464,7 @@ defineExpose({
|
|
|
464
464
|
@media (1680px >= width >= 1201px) {
|
|
465
465
|
margin-top: 16px;
|
|
466
466
|
}
|
|
467
|
-
@include respond
|
|
467
|
+
@include respond('<=pad') {
|
|
468
468
|
margin-top: 12px;
|
|
469
469
|
}
|
|
470
470
|
&:nth-child(2) {
|
|
@@ -485,7 +485,7 @@ defineExpose({
|
|
|
485
485
|
@media (1680px >= width >= 1201px) {
|
|
486
486
|
font-size: 18px;
|
|
487
487
|
}
|
|
488
|
-
@include respond
|
|
488
|
+
@include respond('<=pad') {
|
|
489
489
|
font-size: 16px;
|
|
490
490
|
}
|
|
491
491
|
}
|
|
@@ -494,7 +494,7 @@ defineExpose({
|
|
|
494
494
|
font-size: 14px;
|
|
495
495
|
color: var(--o-color-info3);
|
|
496
496
|
margin-left: 24px;
|
|
497
|
-
@include respond
|
|
497
|
+
@include respond('<=pad') {
|
|
498
498
|
font-size: 12px;
|
|
499
499
|
}
|
|
500
500
|
}
|
|
@@ -508,7 +508,7 @@ defineExpose({
|
|
|
508
508
|
margin-top: 12px;
|
|
509
509
|
font-size: 14px;
|
|
510
510
|
}
|
|
511
|
-
@include respond
|
|
511
|
+
@include respond('<=pad') {
|
|
512
512
|
margin-top: 8px;
|
|
513
513
|
}
|
|
514
514
|
@media (max-width: 840px) {
|
|
@@ -524,7 +524,7 @@ defineExpose({
|
|
|
524
524
|
@media (1680px >= width >= 1201px) {
|
|
525
525
|
font-size: 20px;
|
|
526
526
|
}
|
|
527
|
-
@include respond
|
|
527
|
+
@include respond('<=pad') {
|
|
528
528
|
font-size: 18px;
|
|
529
529
|
}
|
|
530
530
|
}
|
|
@@ -550,29 +550,29 @@ defineExpose({
|
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
:deep(.el-dialog) {
|
|
553
|
-
@include respond
|
|
553
|
+
@include respond('<=pad_v') {
|
|
554
554
|
--el-dialog-width: 100vw;
|
|
555
555
|
}
|
|
556
556
|
&.grid-width-dlg {
|
|
557
|
-
@include respond
|
|
557
|
+
@include respond('>pad') {
|
|
558
558
|
--el-dialog-width: var(--grid-14);
|
|
559
559
|
}
|
|
560
|
-
@include respond
|
|
560
|
+
@include respond('pad_h') {
|
|
561
561
|
--el-dialog-width: var(--grid-8);
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
:deep(.el-dialog) {
|
|
567
|
-
--el-bg-color: var(--o-color-
|
|
567
|
+
--el-bg-color: var(--o-color-control5-light);
|
|
568
568
|
--el-dialog-padding-primary: 32px;
|
|
569
|
-
@include respond
|
|
569
|
+
@include respond('laptop') {
|
|
570
570
|
--el-dialog-padding-primary: 24px;
|
|
571
571
|
}
|
|
572
|
-
@include respond
|
|
572
|
+
@include respond('pad_h') {
|
|
573
573
|
--el-dialog-padding-primary: 16px;
|
|
574
574
|
}
|
|
575
|
-
@include respond
|
|
575
|
+
@include respond('phone') {
|
|
576
576
|
--el-dialog-padding-primary: 16px 24px;
|
|
577
577
|
}
|
|
578
578
|
.el-dialog__header {
|
|
@@ -586,7 +586,7 @@ defineExpose({
|
|
|
586
586
|
@media (1680px >= width >= 1201px) {
|
|
587
587
|
margin-top: 16px;
|
|
588
588
|
}
|
|
589
|
-
@include respond
|
|
589
|
+
@include respond('<=pad_h') {
|
|
590
590
|
margin-top: 12px;
|
|
591
591
|
}
|
|
592
592
|
.el-button+.el-button {
|