|
@@ -2,7 +2,7 @@
|
2
|
2
|
* @Author: ysh
|
3
|
3
|
* @Date: 2024-06-21 18:52:00
|
4
|
4
|
* @LastEditors: Please set LastEditors
|
5
|
|
- * @LastEditTime: 2025-07-24 10:38:53
|
|
5
|
+ * @LastEditTime: 2025-07-24 11:09:01
|
6
|
6
|
-->
|
7
|
7
|
<template>
|
8
|
8
|
<div class="app-container">
|
|
@@ -590,23 +590,6 @@ export default {
|
590
|
590
|
font-weight: 600;
|
591
|
591
|
}
|
592
|
592
|
|
593
|
|
-/* 不同状态的进度条颜色优化 */
|
594
|
|
-.custom-progress ::v-deep .el-progress--success .el-progress-bar__inner {
|
595
|
|
- background: linear-gradient(135deg, #67c23a, #85ce61);
|
596
|
|
-}
|
597
|
|
-
|
598
|
|
-.custom-progress ::v-deep .el-progress--warning .el-progress-bar__inner {
|
599
|
|
- background: linear-gradient(135deg, #e6a23c, #f0b90b);
|
600
|
|
-}
|
601
|
|
-
|
602
|
|
-.custom-progress ::v-deep .el-progress--exception .el-progress-bar__inner {
|
603
|
|
- background: linear-gradient(135deg, #f56c6c, #f89898);
|
604
|
|
-}
|
605
|
|
-
|
606
|
|
-/* 默认状态(蓝色)的渐变 */
|
607
|
|
-.custom-progress ::v-deep .el-progress-bar__inner:not(.el-progress--success):not(.el-progress--warning):not(.el-progress--exception) {
|
608
|
|
- background: linear-gradient(135deg, #409eff, #66b1ff);
|
609
|
|
-}
|
610
|
593
|
|
611
|
594
|
.export-fields-container {
|
612
|
595
|
padding: 10px;
|