yahee-components 0.0.73 → 0.0.75
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/common-import/common-import.vue.js +663 -6
- package/es/common-import/common-import.vue2.js +2 -662
- package/es/common-import/index.js +3 -3
- package/es/common-import/style/index.css +29 -0
- package/es/style.css +28 -0
- package/es/yahee-components.css +1 -1
- package/lib/common-import/style/index.css +29 -0
- package/lib/style.css +28 -0
- package/package.json +1 -1
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.yahee-common-import .el-dialog {
|
|
2
3
|
min-width: 800px;
|
|
4
|
+
}
|
|
5
|
+
.yahee-common-import .upload-record {
|
|
6
|
+
margin: 10px 0 10px 0;
|
|
7
|
+
height: 30px;
|
|
8
|
+
width: 80px;
|
|
9
|
+
}
|
|
10
|
+
.yahee-common-import .uploadProgress {
|
|
11
|
+
padding: 10px;
|
|
12
|
+
margin: 5px 0 5px 0;
|
|
13
|
+
border: solid 1px gray;
|
|
14
|
+
border-radius: 10px;
|
|
15
|
+
}
|
|
16
|
+
.yahee-common-import .page-pagination {
|
|
17
|
+
margin-top: 10px;
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: flex-end;
|
|
20
|
+
}
|
|
21
|
+
.yahee-common-import .ellipsis-cell {
|
|
22
|
+
white-space: nowrap; /* 禁止换行 */
|
|
23
|
+
overflow: hidden; /* 隐藏超出的内容 */
|
|
24
|
+
text-overflow: ellipsis; /* 显示省略号 */
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* 添加全局样式 */
|
|
28
|
+
.custom-common-import-alert .el-message-box__content {
|
|
29
|
+
max-height: 60vh;
|
|
30
|
+
overflow-y: auto;
|
|
31
|
+
white-space: pre-wrap; /* 保留换行符 */
|
|
3
32
|
}
|
package/es/style.css
CHANGED
|
@@ -467,6 +467,34 @@
|
|
|
467
467
|
.yahee-common-import .el-dialog {
|
|
468
468
|
min-width: 800px;
|
|
469
469
|
}
|
|
470
|
+
.yahee-common-import .upload-record {
|
|
471
|
+
margin: 10px 0 10px 0;
|
|
472
|
+
height: 30px;
|
|
473
|
+
width: 80px;
|
|
474
|
+
}
|
|
475
|
+
.yahee-common-import .uploadProgress {
|
|
476
|
+
padding: 10px;
|
|
477
|
+
margin: 5px 0 5px 0;
|
|
478
|
+
border: solid 1px gray;
|
|
479
|
+
border-radius: 10px;
|
|
480
|
+
}
|
|
481
|
+
.yahee-common-import .page-pagination {
|
|
482
|
+
margin-top: 10px;
|
|
483
|
+
display: flex;
|
|
484
|
+
justify-content: flex-end;
|
|
485
|
+
}
|
|
486
|
+
.yahee-common-import .ellipsis-cell {
|
|
487
|
+
white-space: nowrap; /* 禁止换行 */
|
|
488
|
+
overflow: hidden; /* 隐藏超出的内容 */
|
|
489
|
+
text-overflow: ellipsis; /* 显示省略号 */
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
/* 添加全局样式 */
|
|
493
|
+
.custom-common-import-alert .el-message-box__content {
|
|
494
|
+
max-height: 60vh;
|
|
495
|
+
overflow-y: auto;
|
|
496
|
+
white-space: pre-wrap; /* 保留换行符 */
|
|
497
|
+
}
|
|
470
498
|
|
|
471
499
|
.yahee-border-wrap .dv-border-box {
|
|
472
500
|
position: relative;
|
package/es/yahee-components.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.container[data-v-d3e37633]{box-sizing:initial;display:inline-block;text-align:center;border-radius:50%;overflow:hidden}.spinner[data-v-d3e37633]{box-sizing:initial;border:2px solid #a1a1a1;border-right-color:transparent;width:23px;height:23px;border-radius:50%;animation:spin-d3e37633 .9s linear infinite}@keyframes spin-d3e37633{to{transform:rotate(360deg)}}.v3-infinite-loading[data-v-4bdee133]{width:100%;height:44px}.state-error[data-v-4bdee133]{display:flex;flex-direction:column;align-items:center}.retry[data-v-4bdee133]{margin-top:8px;padding:2px 6px 4px;width:60px;color:inherit;font-size:14px;font-family:inherit;background:transparent;border:2px solid currentColor;border-radius:5px;outline:none;cursor:pointer}.retry[data-v-4bdee133]:hover{opacity:.8}
|
|
1
|
+
.container[data-v-d3e37633]{box-sizing:initial;display:inline-block;text-align:center;border-radius:50%;overflow:hidden}.spinner[data-v-d3e37633]{box-sizing:initial;border:2px solid #a1a1a1;border-right-color:transparent;width:23px;height:23px;border-radius:50%;animation:spin-d3e37633 .9s linear infinite}@keyframes spin-d3e37633{to{transform:rotate(360deg)}}.v3-infinite-loading[data-v-4bdee133]{width:100%;height:44px}.state-error[data-v-4bdee133]{display:flex;flex-direction:column;align-items:center}.retry[data-v-4bdee133]{margin-top:8px;padding:2px 6px 4px;width:60px;color:inherit;font-size:14px;font-family:inherit;background:transparent;border:2px solid currentColor;border-radius:5px;outline:none;cursor:pointer}.retry[data-v-4bdee133]:hover{opacity:.8}
|
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.yahee-common-import .el-dialog {
|
|
2
3
|
min-width: 800px;
|
|
4
|
+
}
|
|
5
|
+
.yahee-common-import .upload-record {
|
|
6
|
+
margin: 10px 0 10px 0;
|
|
7
|
+
height: 30px;
|
|
8
|
+
width: 80px;
|
|
9
|
+
}
|
|
10
|
+
.yahee-common-import .uploadProgress {
|
|
11
|
+
padding: 10px;
|
|
12
|
+
margin: 5px 0 5px 0;
|
|
13
|
+
border: solid 1px gray;
|
|
14
|
+
border-radius: 10px;
|
|
15
|
+
}
|
|
16
|
+
.yahee-common-import .page-pagination {
|
|
17
|
+
margin-top: 10px;
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: flex-end;
|
|
20
|
+
}
|
|
21
|
+
.yahee-common-import .ellipsis-cell {
|
|
22
|
+
white-space: nowrap; /* 禁止换行 */
|
|
23
|
+
overflow: hidden; /* 隐藏超出的内容 */
|
|
24
|
+
text-overflow: ellipsis; /* 显示省略号 */
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
/* 添加全局样式 */
|
|
28
|
+
.custom-common-import-alert .el-message-box__content {
|
|
29
|
+
max-height: 60vh;
|
|
30
|
+
overflow-y: auto;
|
|
31
|
+
white-space: pre-wrap; /* 保留换行符 */
|
|
3
32
|
}
|
package/lib/style.css
CHANGED
|
@@ -467,6 +467,34 @@
|
|
|
467
467
|
.yahee-common-import .el-dialog {
|
|
468
468
|
min-width: 800px;
|
|
469
469
|
}
|
|
470
|
+
.yahee-common-import .upload-record {
|
|
471
|
+
margin: 10px 0 10px 0;
|
|
472
|
+
height: 30px;
|
|
473
|
+
width: 80px;
|
|
474
|
+
}
|
|
475
|
+
.yahee-common-import .uploadProgress {
|
|
476
|
+
padding: 10px;
|
|
477
|
+
margin: 5px 0 5px 0;
|
|
478
|
+
border: solid 1px gray;
|
|
479
|
+
border-radius: 10px;
|
|
480
|
+
}
|
|
481
|
+
.yahee-common-import .page-pagination {
|
|
482
|
+
margin-top: 10px;
|
|
483
|
+
display: flex;
|
|
484
|
+
justify-content: flex-end;
|
|
485
|
+
}
|
|
486
|
+
.yahee-common-import .ellipsis-cell {
|
|
487
|
+
white-space: nowrap; /* 禁止换行 */
|
|
488
|
+
overflow: hidden; /* 隐藏超出的内容 */
|
|
489
|
+
text-overflow: ellipsis; /* 显示省略号 */
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
/* 添加全局样式 */
|
|
493
|
+
.custom-common-import-alert .el-message-box__content {
|
|
494
|
+
max-height: 60vh;
|
|
495
|
+
overflow-y: auto;
|
|
496
|
+
white-space: pre-wrap; /* 保留换行符 */
|
|
497
|
+
}
|
|
470
498
|
|
|
471
499
|
.yahee-border-wrap .dv-border-box {
|
|
472
500
|
position: relative;
|