From a09205214e5cb6803563cb06c6d9f58d68916b73 Mon Sep 17 00:00:00 2001 From: xusd <hugeinfo123> Date: Mon, 16 Sep 2024 22:11:21 +0800 Subject: [PATCH] 调整网格调整,修正头部head数据传输逻辑 --- gz-customerSystem/src/components/ProgressStep/index.less | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/components/ProgressStep/index.less b/gz-customerSystem/src/components/ProgressStep/index.less index d298d6a..93245ce 100644 --- a/gz-customerSystem/src/components/ProgressStep/index.less +++ b/gz-customerSystem/src/components/ProgressStep/index.less @@ -212,7 +212,7 @@ border: 1px solid #e5e6eb; border-radius: 4px; color: #e5e6eb; - padding: 4px 8px; + padding: 3px 8px 4px 8px; cursor: pointer; } @@ -220,4 +220,17 @@ color: #1a6fb8; border-color: #1a6fb8; } + + &-unit { + height: 32px; + border-radius: 21px; + color: #1D2129; + padding: 3px 12px 4px 12px; + cursor: pointer; + } + + &-unitActive { + background: #f3f2f7; + color: #1a6fb8; + } } \ No newline at end of file -- Gitblit v1.8.0