From 9694e985664ddb4a7b6e3b09efd795f5fecc6460 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Sun, 08 Sep 2024 15:34:58 +0800 Subject: [PATCH] 工作台 --- 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