diff --git a/src/components/global.vue b/src/components/global.vue index 9890483..b0e00ea 100644 --- a/src/components/global.vue +++ b/src/components/global.vue @@ -63,7 +63,7 @@
立即重启
取消
-
+ @@ -219,7 +219,7 @@ numL: [1, 2, 3, 4, 5, 6, 7, 8, 9, '清除', '0', '删除'], qjmData: '', csSTA: true, - + confirmDia: false, } }, @@ -293,7 +293,7 @@ }else{ this.onTip('维护码不正确的,请重新确认!',3000) } - }) + }) } }, onJqztDo() { @@ -661,30 +661,26 @@ margin: unset; .progressContainer { - width: 100%; - height: 30px; + width: 96%; + height: 16px; background-color: #EBEBEB; - /* 背景颜色 */ - border-radius: 5px; - /* 圆角 */ + border-radius: 10px; overflow: hidden; - /* 隐藏溢出部分 */ - margin: unset; - /* 外边距 */ + margin: 0 auto; } .progressBar { height: 100%; /* 高度 */ background: repeating-linear-gradient(130deg, - /* 斜线角度 */ #ffcc00, - /* 黄色 */ #ffcc00 10px, - /* 黄色条纹宽度 */ #ff9900 10px, - /* 橙色开始位置 */ #ff9900 20px + /* 斜线角度 */ #1DC98F, + /* 黄色 */ #1DC98F 10px, + /* 黄色条纹宽度 */ #2CD89E 10px, + /* 橙色开始位置 */ #2CD89E 20px /* 橙色条纹宽度 */); width: 70%; /* 进度条的宽度,可以根据需要调整 */ - transition: width 0.5s ease; + transition: width 2s ease; /* 平滑过渡效果 */ margin: unset; }