From 37168fa083ca424cb4c8fd1bd61c80a1107cadfd Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 19 Mar 2024 20:26:14 +0800 Subject: [PATCH] =?UTF-8?q?flat:=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tenant/main/serve/Dialog/pushService.vue | 78 +++++++++---------- 1 file changed, 37 insertions(+), 41 deletions(-) diff --git a/src/views/tenant/main/serve/Dialog/pushService.vue b/src/views/tenant/main/serve/Dialog/pushService.vue index 26f6c55..07e9d77 100644 --- a/src/views/tenant/main/serve/Dialog/pushService.vue +++ b/src/views/tenant/main/serve/Dialog/pushService.vue @@ -6,48 +6,11 @@ :visible.sync="viewDrawer" >
-
- - - - - - - - - - 搜索 - - - - - - - - - - - - - - - - - - - - - - -
@@ -388,5 +367,22 @@ export default { width: 100%; } } + .leftInput{ + width: 500px; + .selectWidth{ + width: 160px !important; + } + .el-input__inner{ + width: 200px; + } + .input-search{ + margin-right: -15px; + margin-bottom: -10px; + } + } + +} +.content-footer{ + float: right; }