Sfoglia il codice sorgente

修改承接合同和分包合同进度条的样式

余思翰 1 mese fa
parent
commit
e8b448d074

+ 1
- 18
oa-ui/src/views/oa/contract/index.vue Vedi File

@@ -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;

+ 0
- 18
oa-ui/src/views/oa/contract/subContract.vue Vedi File

@@ -584,24 +584,6 @@ table {
584 584
   font-weight: 600;
585 585
 }
586 586
 
587
-/* 不同状态的进度条颜色优化 */
588
-.custom-progress ::v-deep .el-progress--success .el-progress-bar__inner {
589
-  background: linear-gradient(135deg, #67c23a, #85ce61);
590
-}
591
-
592
-.custom-progress ::v-deep .el-progress--warning .el-progress-bar__inner {
593
-  background: linear-gradient(135deg, #e6a23c, #f0b90b);
594
-}
595
-
596
-.custom-progress ::v-deep .el-progress--exception .el-progress-bar__inner {
597
-  background: linear-gradient(135deg, #f56c6c, #f89898);
598
-}
599
-
600
-/* 默认状态(蓝色)的渐变 */
601
-.custom-progress ::v-deep .el-progress-bar__inner:not(.el-progress--success):not(.el-progress--warning):not(.el-progress--exception) {
602
-  background: linear-gradient(135deg, #409eff, #66b1ff);
603
-}
604
-
605 587
 /* 导出字段选择样式 */
606 588
 .export-fields-container {
607 589
   padding: 10px;

Loading…
Annulla
Salva