From 13c2d9fbfa4159841d61198b6cdbf8c5daa682c4 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Sun, 08 Sep 2024 17:09:42 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- gz-customerSystem/src/views/register/index.less | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 38205be..e661034 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -805,4 +805,28 @@ &-content{ margin-bottom: 16px; } +} + +.VisitWorkBench{ + &-top{ + background: #ffffff; + padding: 12px 16px 16px 16px; + + &-list{ + display: flex; + &-tabsItem{ + padding: 12px 16px; + flex: 1; + } + + } + + } + + &-middle{ + + } + + &-bottom{} + } \ No newline at end of file -- Gitblit v1.8.0