From 6379e064d1bd765981439c8a31d100c45eb31c2b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 23 六月 2022 10:16:16 +0800
Subject: [PATCH] 1.处理浏览器兼容问题

---
 src/views/jcsz/jsqd.vue |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/src/views/jcsz/jsqd.vue b/src/views/jcsz/jsqd.vue
index 8ed5b4e..3feb640 100644
--- a/src/views/jcsz/jsqd.vue
+++ b/src/views/jcsz/jsqd.vue
@@ -10,7 +10,7 @@
           inline
           style="display: flex;justify-content: space-between"
         >
-          <div style="display: flex;justify-content: space-around;width: 85%">
+          <div class="elForm">
             <el-form-item label="瑙掕壊缂栫爜" style=" display: flex;">
               <el-input v-model="form.RoleCode" placeholder="璇疯緭鍏�" style="width: calc(100%-30px)" />
             </el-form-item>
@@ -1069,7 +1069,7 @@
       this.dialogVisibleRight = false
     },
     // 鏉冮檺瀵硅瘽妗嗙‘璁や簨浠�
-    async  rightDialogVisibleConfirm() {
+    async rightDialogVisibleConfirm() {
       const rightPCArrSelected = []// 淇濆瓨鎻愪氦鏍戦�変腑 PC
       const rightAPPArrSelected = []// 淇濆瓨鎻愪氦鏍戦�変腑 APP
 
@@ -1276,17 +1276,25 @@
   height: 30px;
   display: flex;
   align-items: center;
+  border: 1px solid $main_color;
+  padding: 0 20px;
 }
 
-::v-deep .el-button--info {
+::v-deep .el-button--info{
   //background-color: $main_color !important;
   height: 30px;
   display: flex;
   align-items: center;
+  padding: 0 20px;
 }
 
 ::v-deep .el-pagination.is-background .el-pager li:not(.disabled).active {
   background-color: $main_color !important;
+}
+
+::v-deep .el-dialog__footer {
+  display: flex;
+  justify-content: flex-end;
 }
 
 .footerButton {
@@ -1299,6 +1307,7 @@
   height: 30px;
   display: flex;
   align-items: center;
+  padding: 0 20px;
 }
 
 ::v-deep .el-button--default:hover {
@@ -1401,7 +1410,7 @@
 
 ::v-deep .el-input__inner {
   height: 30px;
-  line-height:30px;
+  line-height: 30px;
 }
 
 ::v-deep .el-table .caret-wrapper {
@@ -1462,4 +1471,11 @@
 ::v-deep .el-radio.is-bordered + .el-radio.is-bordered {
   margin: 10px 30px 0px 0;
 }
+
+.elForm {
+  display: flex;
+  justify-content: flex-start;
+  width: 85%;
+  flex-wrap: wrap;
+}
 </style>

--
Gitblit v1.9.3