From c5ab5d65e8ed45a0d8afdef512d2265a554dfb71 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Thu, 15 Aug 2024 09:36:09 +0800 Subject: [PATCH] feat:定义弹窗 --- gz-customerSystem/src/views/register/index.less | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index ce40a81..5da859a 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -63,6 +63,14 @@ } } +.title{ + display: flex; + + &-text{ + color: #86909C; + } + } + .dataSync { &-page { background-color: #fff; @@ -73,10 +81,8 @@ } &-addBtn { - // width: 150px; - // display: flex; - // justify-content: center; cursor: pointer; + padding: 8px; } &-btnApply { @@ -97,5 +103,6 @@ align-items: center; justify-content: space-between; box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25); + z-index: 1; } } \ No newline at end of file -- Gitblit v1.8.0