From 945d241bcf549a2c272477748c86095bf0878e74 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Sat, 07 Sep 2024 16:54:29 +0800 Subject: [PATCH] feat: 对接事件流转 --- gz-customerSystem/src/components/ProgressStep/index.less | 31 ++++++++++++++++++++++++++++--- 1 files changed, 28 insertions(+), 3 deletions(-) diff --git a/gz-customerSystem/src/components/ProgressStep/index.less b/gz-customerSystem/src/components/ProgressStep/index.less index e37d54a..e574fab 100644 --- a/gz-customerSystem/src/components/ProgressStep/index.less +++ b/gz-customerSystem/src/components/ProgressStep/index.less @@ -12,6 +12,7 @@ border-color: #bfbfbf; } } + &-success1 { background-color: @main-color; @@ -29,10 +30,10 @@ } &-noStarted1 { - background-color: rgba(185,99,211,1); + background-color: rgba(185, 99, 211, 1); &::after { - border-color: rgba(185,99,211,1); + border-color: rgba(185, 99, 211, 1); } } @@ -117,7 +118,7 @@ } } - &-divider2 { + &-divider2 { position: absolute; top: 0; left: 24px; @@ -158,18 +159,21 @@ margin-top: 4px; display: flex; align-items: flex-start; + &-flex { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 8px; + &-title { font-size: 12px; line-height: 20px; color: @text-color-secondary; } } + &-yy { display: flex; flex-direction: column; @@ -178,6 +182,7 @@ border-radius: 5px; padding: 4px 8px; color: rgba(0, 0, 0, 0.5); + &-l { overflow: hidden; white-space: nowrap; @@ -197,3 +202,23 @@ } } } + +.tabBtn { + display: flex; + margin-bottom: 12px; + + &-btn { + height: 32px; + background: #ffffff; + border: 1px solid #e5e6eb; + border-radius: 4px; + color: #e5e6eb; + padding: 4px 8px; + cursor: pointer; + } + + &-active { + color: #1a6fb8; + border-color: #1a6fb8; + } +} \ No newline at end of file -- Gitblit v1.8.0