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; }