yc-pro-components 0.0.44 → 0.0.46
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/components/display-item/src/index.vue2.mjs +16 -3
- package/es/components/index.d.ts +1 -0
- package/es/components/index.mjs +2 -0
- package/es/components/yc-batch-import-dialog/index.d.ts +167 -0
- package/es/components/yc-batch-import-dialog/index.mjs +13 -0
- package/es/components/yc-batch-import-dialog/src/UploadRecordList.vue.d.ts +45 -0
- package/es/components/yc-batch-import-dialog/src/UploadRecordList.vue.mjs +6 -0
- package/es/components/yc-batch-import-dialog/src/UploadRecordList.vue2.mjs +186 -0
- package/es/components/yc-batch-import-dialog/src/index.vue.d.ts +73 -0
- package/es/components/yc-batch-import-dialog/src/index.vue.mjs +6 -0
- package/es/components/yc-batch-import-dialog/src/index.vue2.mjs +579 -0
- package/es/components/yc-batch-import-dialog/src/types.d.ts +159 -0
- package/es/components/yc-batch-import-dialog/src/types.mjs +1 -0
- package/es/components/yc-drawer/src/index.vue.mjs +1 -1
- package/es/components/yc-drawer/src/index.vue2.mjs +37 -10
- package/es/components/yc-drawer/src/type.d.ts +17 -0
- package/es/components/yc-drawer/store.d.ts +6 -0
- package/es/components/yc-plus-page/src/index.vue.d.ts +210 -26
- package/es/components/yc-plus-page/src/index.vue.mjs +1 -1
- package/es/components/yc-plus-page/src/index.vue2.mjs +96 -8
- package/es/components/yc-plus-page/src/type.d.ts +12 -0
- package/es/dict/createDictStore.d.ts +1 -1
- package/es/index.css +13 -11
- package/es/index.mjs +2 -0
- package/index.css +291 -12
- package/index.js +1215 -325
- package/index.min.css +5 -3
- package/index.min.js +11 -11
- package/index.min.mjs +11 -11
- package/index.mjs +1215 -328
- package/lib/components/display-item/src/index.vue2.js +16 -3
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.js +5 -0
- package/lib/components/yc-batch-import-dialog/index.d.ts +167 -0
- package/lib/components/yc-batch-import-dialog/index.js +20 -0
- package/lib/components/yc-batch-import-dialog/src/UploadRecordList.vue.d.ts +45 -0
- package/lib/components/yc-batch-import-dialog/src/UploadRecordList.vue.js +10 -0
- package/lib/components/yc-batch-import-dialog/src/UploadRecordList.vue2.js +190 -0
- package/lib/components/yc-batch-import-dialog/src/index.vue.d.ts +73 -0
- package/lib/components/yc-batch-import-dialog/src/index.vue.js +10 -0
- package/lib/components/yc-batch-import-dialog/src/index.vue2.js +583 -0
- package/lib/components/yc-batch-import-dialog/src/types.d.ts +159 -0
- package/lib/components/yc-batch-import-dialog/src/types.js +2 -0
- package/lib/components/yc-drawer/src/index.vue.js +1 -1
- package/lib/components/yc-drawer/src/index.vue2.js +36 -9
- package/lib/components/yc-drawer/src/type.d.ts +17 -0
- package/lib/components/yc-drawer/store.d.ts +6 -0
- package/lib/components/yc-plus-page/src/index.vue.d.ts +210 -26
- package/lib/components/yc-plus-page/src/index.vue.js +1 -1
- package/lib/components/yc-plus-page/src/index.vue2.js +95 -7
- package/lib/components/yc-plus-page/src/type.d.ts +12 -0
- package/lib/dict/createDictStore.d.ts +1 -1
- package/lib/index.css +12 -10
- package/lib/index.js +5 -0
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/ja.js +1 -1
- package/locale/ja.min.js +1 -1
- package/locale/ja.min.mjs +1 -1
- package/locale/ja.mjs +1 -1
- package/locale/ko.js +1 -1
- package/locale/ko.min.js +1 -1
- package/locale/ko.min.mjs +1 -1
- package/locale/ko.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/locale/zh-tw.js +1 -1
- package/locale/zh-tw.min.js +1 -1
- package/locale/zh-tw.min.mjs +1 -1
- package/locale/zh-tw.mjs +1 -1
- package/package.json +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/plus-table.css +1 -1
- package/theme-chalk/plus-yc-plus-page.css +1 -1
- package/theme-chalk/src/table.scss +5 -0
- package/theme-chalk/src/yc-plus-page.scss +46 -0
package/index.css
CHANGED
|
@@ -145,27 +145,27 @@
|
|
|
145
145
|
color: var(--el-color-primary);
|
|
146
146
|
}
|
|
147
147
|
@charset "UTF-8";
|
|
148
|
-
.yc-plus-page[data-v-
|
|
148
|
+
.yc-plus-page[data-v-c7557953] {
|
|
149
149
|
height: 100%;
|
|
150
150
|
/* 卡片模式下设置圆角 8px */
|
|
151
151
|
}
|
|
152
|
-
.yc-plus-page[data-v-
|
|
152
|
+
.yc-plus-page[data-v-c7557953] [data-v-c7557953] .plus-page > .el-card {
|
|
153
153
|
border-radius: 8px;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
[data-v-
|
|
156
|
+
[data-v-c7557953] .yc-search-card-body {
|
|
157
157
|
padding-right: 0;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
/* 密度图标样式调整 */
|
|
161
|
-
[data-v-
|
|
161
|
+
[data-v-c7557953] .plus-table-title-bar__toolbar__icon {
|
|
162
162
|
position: relative;
|
|
163
163
|
top: -2px;
|
|
164
164
|
font-size: 16px !important;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
/* 字段管理样式 */
|
|
168
|
-
.column-settings-wrapper[data-v-
|
|
168
|
+
.column-settings-wrapper[data-v-c7557953] {
|
|
169
169
|
display: flex;
|
|
170
170
|
gap: 4px;
|
|
171
171
|
align-items: center;
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
cursor: pointer;
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.column-settings-text[data-v-
|
|
176
|
+
.column-settings-text[data-v-c7557953] {
|
|
177
177
|
font-size: 14px;
|
|
178
178
|
}
|
|
179
179
|
|
|
@@ -529,7 +529,7 @@
|
|
|
529
529
|
padding-right: 24px !important;
|
|
530
530
|
padding-bottom: 12px !important;
|
|
531
531
|
}
|
|
532
|
-
.custom-drawer-header[data-v-
|
|
532
|
+
.custom-drawer-header[data-v-f6f2fd13] {
|
|
533
533
|
display: flex;
|
|
534
534
|
flex-direction: column;
|
|
535
535
|
justify-content: flex-end;
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
height: 56px;
|
|
538
538
|
border-radius: 4px 4px 0 0;
|
|
539
539
|
}
|
|
540
|
-
.custom-drawer-header[data-v-
|
|
540
|
+
.custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] {
|
|
541
541
|
display: flex;
|
|
542
542
|
flex-direction: row;
|
|
543
543
|
align-items: center;
|
|
@@ -546,7 +546,7 @@
|
|
|
546
546
|
height: 24px;
|
|
547
547
|
margin: 16px 0 0 24px;
|
|
548
548
|
}
|
|
549
|
-
.custom-drawer-header[data-v-
|
|
549
|
+
.custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] .header-title[data-v-f6f2fd13] {
|
|
550
550
|
height: 24px;
|
|
551
551
|
font-family: NotoSansSC, PingFangSC, sans-serif;
|
|
552
552
|
font-size: 16px;
|
|
@@ -557,15 +557,15 @@
|
|
|
557
557
|
overflow-wrap: break-word;
|
|
558
558
|
white-space: nowrap;
|
|
559
559
|
}
|
|
560
|
-
.custom-drawer-header[data-v-
|
|
560
|
+
.custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] .header-close-icon[data-v-f6f2fd13] {
|
|
561
561
|
color: rgba(0, 0, 0, 0.6);
|
|
562
562
|
cursor: pointer;
|
|
563
563
|
transition: color 0.3s;
|
|
564
564
|
}
|
|
565
|
-
.custom-drawer-header[data-v-
|
|
565
|
+
.custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] .header-close-icon[data-v-f6f2fd13][data-v-f6f2fd13]:hover {
|
|
566
566
|
color: rgba(0, 0, 0, 0.9);
|
|
567
567
|
}
|
|
568
|
-
.custom-drawer-header[data-v-
|
|
568
|
+
.custom-drawer-header[data-v-f6f2fd13] .header-divider[data-v-f6f2fd13] {
|
|
569
569
|
width: 100%;
|
|
570
570
|
height: 1px;
|
|
571
571
|
margin-top: 15px;
|
|
@@ -1072,4 +1072,283 @@ html.dark .yc-segmented-item-disabled {
|
|
|
1072
1072
|
.yc-record-size[data-v-b123d9a5] {
|
|
1073
1073
|
font-size: 12px;
|
|
1074
1074
|
color: var(--el-text-color-secondary);
|
|
1075
|
+
}
|
|
1076
|
+
.upload-record-list[data-v-ffeed27e] {
|
|
1077
|
+
margin-top: 15px;
|
|
1078
|
+
background: #f9fafc;
|
|
1079
|
+
border-radius: 4px;
|
|
1080
|
+
}
|
|
1081
|
+
.upload-record-list[data-v-ffeed27e] .record-header[data-v-ffeed27e] {
|
|
1082
|
+
padding: 16px 16px 0;
|
|
1083
|
+
font-size: 14px;
|
|
1084
|
+
font-weight: 500;
|
|
1085
|
+
line-height: 22px;
|
|
1086
|
+
color: #000;
|
|
1087
|
+
}
|
|
1088
|
+
.upload-record-list[data-v-ffeed27e] .record-table[data-v-ffeed27e] {
|
|
1089
|
+
padding: 0 16px 0;
|
|
1090
|
+
}
|
|
1091
|
+
.upload-record-list[data-v-ffeed27e] .table-header[data-v-ffeed27e] {
|
|
1092
|
+
display: flex;
|
|
1093
|
+
align-items: center;
|
|
1094
|
+
padding: 8px 0;
|
|
1095
|
+
font-size: 12px;
|
|
1096
|
+
color: rgba(0, 0, 0, 0.5);
|
|
1097
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
|
|
1098
|
+
}
|
|
1099
|
+
.upload-record-list[data-v-ffeed27e] .col-name[data-v-ffeed27e] {
|
|
1100
|
+
width: 200px;
|
|
1101
|
+
padding-right: 16px;
|
|
1102
|
+
min-width: 0;
|
|
1103
|
+
overflow: hidden;
|
|
1104
|
+
text-overflow: ellipsis;
|
|
1105
|
+
white-space: nowrap;
|
|
1106
|
+
}
|
|
1107
|
+
.upload-record-list[data-v-ffeed27e] .col-size[data-v-ffeed27e] {
|
|
1108
|
+
width: 80px;
|
|
1109
|
+
text-align: left;
|
|
1110
|
+
}
|
|
1111
|
+
.upload-record-list[data-v-ffeed27e] .col-action[data-v-ffeed27e] {
|
|
1112
|
+
display: flex;
|
|
1113
|
+
align-items: flex-start;
|
|
1114
|
+
justify-content: flex-end;
|
|
1115
|
+
width: 60px;
|
|
1116
|
+
height: 20px;
|
|
1117
|
+
}
|
|
1118
|
+
.upload-record-list[data-v-ffeed27e] .col-status[data-v-ffeed27e] {
|
|
1119
|
+
display: flex;
|
|
1120
|
+
flex-direction: row;
|
|
1121
|
+
align-items: flex-start;
|
|
1122
|
+
justify-content: flex-start;
|
|
1123
|
+
width: 120px;
|
|
1124
|
+
margin-left: 36px;
|
|
1125
|
+
}
|
|
1126
|
+
.upload-record-list[data-v-ffeed27e] .empty-state[data-v-ffeed27e] {
|
|
1127
|
+
display: flex;
|
|
1128
|
+
align-items: center;
|
|
1129
|
+
justify-content: center;
|
|
1130
|
+
min-height: 60px;
|
|
1131
|
+
}
|
|
1132
|
+
.upload-record-list[data-v-ffeed27e] .empty-state[data-v-ffeed27e] .empty-text[data-v-ffeed27e] {
|
|
1133
|
+
font-size: 12px;
|
|
1134
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1135
|
+
}
|
|
1136
|
+
.upload-record-list[data-v-ffeed27e] .record-row[data-v-ffeed27e] {
|
|
1137
|
+
display: flex;
|
|
1138
|
+
align-items: center;
|
|
1139
|
+
padding: 12px 0;
|
|
1140
|
+
font-size: 12px;
|
|
1141
|
+
color: #333;
|
|
1142
|
+
}
|
|
1143
|
+
.upload-record-list[data-v-ffeed27e] .record-row[data-v-ffeed27e][data-v-ffeed27e]:last-child {
|
|
1144
|
+
border-bottom: none;
|
|
1145
|
+
}
|
|
1146
|
+
.upload-record-list[data-v-ffeed27e] .action-icons[data-v-ffeed27e] {
|
|
1147
|
+
display: flex;
|
|
1148
|
+
gap: 8px;
|
|
1149
|
+
align-items: center;
|
|
1150
|
+
justify-content: flex-end;
|
|
1151
|
+
width: 48px;
|
|
1152
|
+
}
|
|
1153
|
+
.upload-record-list[data-v-ffeed27e] .action-icon[data-v-ffeed27e] {
|
|
1154
|
+
font-size: 16px;
|
|
1155
|
+
color: rgba(0, 0, 0, 0.4);
|
|
1156
|
+
cursor: pointer;
|
|
1157
|
+
transition: color 0.2s;
|
|
1158
|
+
}
|
|
1159
|
+
.upload-record-list[data-v-ffeed27e] .action-icon[data-v-ffeed27e][data-v-ffeed27e]:hover {
|
|
1160
|
+
color: var(--el-color-primary);
|
|
1161
|
+
}
|
|
1162
|
+
.upload-record-list[data-v-ffeed27e] .action-icon[data-v-ffeed27e].cancel-icon[data-v-ffeed27e]:hover {
|
|
1163
|
+
color: var(--el-color-primary);
|
|
1164
|
+
}
|
|
1165
|
+
.upload-record-list[data-v-ffeed27e] .progress-wrapper[data-v-ffeed27e] {
|
|
1166
|
+
display: flex;
|
|
1167
|
+
flex: 1;
|
|
1168
|
+
flex-direction: column;
|
|
1169
|
+
gap: 4px;
|
|
1170
|
+
align-items: flex-start;
|
|
1171
|
+
}
|
|
1172
|
+
.upload-record-list[data-v-ffeed27e] .progress-text[data-v-ffeed27e] {
|
|
1173
|
+
font-size: 12px;
|
|
1174
|
+
color: #999;
|
|
1175
|
+
}
|
|
1176
|
+
.upload-record-list[data-v-ffeed27e] .progress-bar[data-v-ffeed27e] {
|
|
1177
|
+
width: 110px;
|
|
1178
|
+
}
|
|
1179
|
+
.upload-record-list[data-v-ffeed27e] .progress-bar[data-v-ffeed27e] [data-v-ffeed27e] .el-progress-bar__outer {
|
|
1180
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
1181
|
+
}
|
|
1182
|
+
.upload-record-list[data-v-ffeed27e] .progress-bar[data-v-ffeed27e] [data-v-ffeed27e] .el-progress-bar__inner {
|
|
1183
|
+
background-color: var(--el-color-primary);
|
|
1184
|
+
}
|
|
1185
|
+
@charset "UTF-8";
|
|
1186
|
+
.batch-import[data-v-338bd60b] {
|
|
1187
|
+
padding-bottom: 24px;
|
|
1188
|
+
}
|
|
1189
|
+
@keyframes rotate-338bd60b {
|
|
1190
|
+
from {
|
|
1191
|
+
transform: rotate(0deg);
|
|
1192
|
+
}
|
|
1193
|
+
to {
|
|
1194
|
+
transform: rotate(360deg);
|
|
1195
|
+
}
|
|
1196
|
+
}
|
|
1197
|
+
.batch-import[data-v-338bd60b] .step-container[data-v-338bd60b] {
|
|
1198
|
+
margin-bottom: 24px;
|
|
1199
|
+
}
|
|
1200
|
+
.batch-import[data-v-338bd60b] .step-container[data-v-338bd60b][data-v-338bd60b]:last-child {
|
|
1201
|
+
margin-bottom: 0;
|
|
1202
|
+
}
|
|
1203
|
+
.batch-import[data-v-338bd60b] .step-content[data-v-338bd60b] {
|
|
1204
|
+
padding: 16px;
|
|
1205
|
+
background-color: #f9fafc;
|
|
1206
|
+
border-radius: 4px;
|
|
1207
|
+
}
|
|
1208
|
+
.batch-import[data-v-338bd60b] .step-title[data-v-338bd60b] {
|
|
1209
|
+
margin-bottom: 8px;
|
|
1210
|
+
font-size: 14px;
|
|
1211
|
+
font-weight: 400;
|
|
1212
|
+
line-height: 22px;
|
|
1213
|
+
color: #000;
|
|
1214
|
+
}
|
|
1215
|
+
.batch-import[data-v-338bd60b] .step-notice[data-v-338bd60b] {
|
|
1216
|
+
margin-bottom: 16px;
|
|
1217
|
+
font-size: 12px;
|
|
1218
|
+
line-height: 22px;
|
|
1219
|
+
color: rgba(0, 0, 0, 0.503);
|
|
1220
|
+
}
|
|
1221
|
+
.batch-import[data-v-338bd60b] .download-btn[data-v-338bd60b] {
|
|
1222
|
+
display: flex;
|
|
1223
|
+
align-items: center;
|
|
1224
|
+
height: 32px;
|
|
1225
|
+
padding: 0 16px;
|
|
1226
|
+
font-size: 14px;
|
|
1227
|
+
color: #000;
|
|
1228
|
+
background-color: #fff;
|
|
1229
|
+
border: 1px solid #ddd;
|
|
1230
|
+
border-radius: 4px;
|
|
1231
|
+
transition: all 0.3s;
|
|
1232
|
+
}
|
|
1233
|
+
.batch-import[data-v-338bd60b] .download-btn[data-v-338bd60b][data-v-338bd60b]:hover {
|
|
1234
|
+
color: #7b52fe;
|
|
1235
|
+
border-color: #7b52fe;
|
|
1236
|
+
}
|
|
1237
|
+
.batch-import[data-v-338bd60b] .download-btn[data-v-338bd60b][data-v-338bd60b]:hover [data-v-338bd60b] svg {
|
|
1238
|
+
fill: #7b52fe;
|
|
1239
|
+
}
|
|
1240
|
+
.batch-import[data-v-338bd60b] .required-tip[data-v-338bd60b] {
|
|
1241
|
+
margin-top: 12px;
|
|
1242
|
+
font-size: 12px;
|
|
1243
|
+
line-height: 20px;
|
|
1244
|
+
color: #ff4d4f;
|
|
1245
|
+
}
|
|
1246
|
+
.batch-import[data-v-338bd60b] .upload-area[data-v-338bd60b] {
|
|
1247
|
+
margin-top: 16px;
|
|
1248
|
+
}
|
|
1249
|
+
.batch-import[data-v-338bd60b] .upload-zone[data-v-338bd60b] {
|
|
1250
|
+
display: flex;
|
|
1251
|
+
flex-direction: column;
|
|
1252
|
+
align-items: center;
|
|
1253
|
+
justify-content: center;
|
|
1254
|
+
min-height: 185px;
|
|
1255
|
+
padding: 32px;
|
|
1256
|
+
background-color: #fff;
|
|
1257
|
+
border-radius: 4px;
|
|
1258
|
+
}
|
|
1259
|
+
.batch-import[data-v-338bd60b] .upload-zone[data-v-338bd60b].uploaded[data-v-338bd60b] {
|
|
1260
|
+
padding: 32px 24px 24px;
|
|
1261
|
+
}
|
|
1262
|
+
.batch-import[data-v-338bd60b] .excel-icon[data-v-338bd60b] {
|
|
1263
|
+
flex-shrink: 0;
|
|
1264
|
+
}
|
|
1265
|
+
.batch-import[data-v-338bd60b] .status-icon[data-v-338bd60b] {
|
|
1266
|
+
flex-shrink: 0;
|
|
1267
|
+
}
|
|
1268
|
+
.batch-import[data-v-338bd60b] .upload-tip[data-v-338bd60b] {
|
|
1269
|
+
margin-top: 8px;
|
|
1270
|
+
font-size: 12px;
|
|
1271
|
+
color: #333;
|
|
1272
|
+
}
|
|
1273
|
+
.batch-import[data-v-338bd60b] .select-file-btn[data-v-338bd60b] {
|
|
1274
|
+
height: 32px;
|
|
1275
|
+
padding: 0 16px;
|
|
1276
|
+
margin-top: 8px;
|
|
1277
|
+
font-size: 14px;
|
|
1278
|
+
color: #000;
|
|
1279
|
+
background-color: #fff;
|
|
1280
|
+
border: 1px solid #ddd;
|
|
1281
|
+
border-radius: 4px;
|
|
1282
|
+
transition: all 0.3s;
|
|
1283
|
+
}
|
|
1284
|
+
.batch-import[data-v-338bd60b] .select-file-btn[data-v-338bd60b][data-v-338bd60b]:hover {
|
|
1285
|
+
color: #7b52fe;
|
|
1286
|
+
border-color: #7b52fe;
|
|
1287
|
+
}
|
|
1288
|
+
.batch-import[data-v-338bd60b] .file-name[data-v-338bd60b] {
|
|
1289
|
+
margin: 8px 0;
|
|
1290
|
+
font-size: 12px;
|
|
1291
|
+
color: #333;
|
|
1292
|
+
text-align: center;
|
|
1293
|
+
word-break: break-all;
|
|
1294
|
+
}
|
|
1295
|
+
.batch-import[data-v-338bd60b] .reupload-link[data-v-338bd60b] {
|
|
1296
|
+
margin-top: 8px;
|
|
1297
|
+
font-size: 12px;
|
|
1298
|
+
color: #7b52fe;
|
|
1299
|
+
cursor: pointer;
|
|
1300
|
+
}
|
|
1301
|
+
.batch-import[data-v-338bd60b] .reupload-link[data-v-338bd60b][data-v-338bd60b]:hover {
|
|
1302
|
+
opacity: 0.8;
|
|
1303
|
+
}
|
|
1304
|
+
.batch-import[data-v-338bd60b] .import-status-zone[data-v-338bd60b] {
|
|
1305
|
+
display: flex;
|
|
1306
|
+
flex-direction: column;
|
|
1307
|
+
align-items: center;
|
|
1308
|
+
justify-content: center;
|
|
1309
|
+
min-height: 439px;
|
|
1310
|
+
padding: 97px 32px 98px;
|
|
1311
|
+
background-color: #f9fafc;
|
|
1312
|
+
border-radius: 4px;
|
|
1313
|
+
}
|
|
1314
|
+
.batch-import[data-v-338bd60b] .loading-icon[data-v-338bd60b] {
|
|
1315
|
+
color: #7b52fe;
|
|
1316
|
+
animation: rotate-338bd60b 1s linear infinite;
|
|
1317
|
+
}
|
|
1318
|
+
.batch-import[data-v-338bd60b] .status-text[data-v-338bd60b] {
|
|
1319
|
+
margin-top: 12px;
|
|
1320
|
+
margin-bottom: 64px;
|
|
1321
|
+
font-size: 16px;
|
|
1322
|
+
font-weight: 500;
|
|
1323
|
+
line-height: 24px;
|
|
1324
|
+
color: #333;
|
|
1325
|
+
}
|
|
1326
|
+
.batch-import[data-v-338bd60b] .file-info[data-v-338bd60b] {
|
|
1327
|
+
display: flex;
|
|
1328
|
+
flex-direction: column;
|
|
1329
|
+
align-items: center;
|
|
1330
|
+
width: 100%;
|
|
1331
|
+
}
|
|
1332
|
+
.batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] {
|
|
1333
|
+
display: flex;
|
|
1334
|
+
align-items: center;
|
|
1335
|
+
justify-content: center;
|
|
1336
|
+
margin-top: 16px;
|
|
1337
|
+
font-size: 12px;
|
|
1338
|
+
color: #7b52fe;
|
|
1339
|
+
}
|
|
1340
|
+
.batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] .link[data-v-338bd60b] {
|
|
1341
|
+
cursor: pointer;
|
|
1342
|
+
transition: opacity 0.3s;
|
|
1343
|
+
}
|
|
1344
|
+
.batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] .link[data-v-338bd60b][data-v-338bd60b]:hover {
|
|
1345
|
+
opacity: 0.8;
|
|
1346
|
+
}
|
|
1347
|
+
.batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] .separator[data-v-338bd60b] {
|
|
1348
|
+
margin: 0 2px;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
/* 全局样式:覆盖 el-upload 的默认样式 */
|
|
1352
|
+
[data-v-338bd60b] .el-upload {
|
|
1353
|
+
display: inline-block;
|
|
1075
1354
|
}
|