浏览器适配

FFIB 6 ans auparavant
Parent
Commettre
bd959465df
1 fichiers modifiés avec 22 ajouts et 0 suppressions
  1. 22 0
      src/views/maintain/maintain.vue

+ 22 - 0
src/views/maintain/maintain.vue

@@ -203,6 +203,10 @@ export default {
203 203
   display: flex;
204 204
   justify-content: center;
205 205
   .maintain-content {
206
+    display: -webkit-box;
207
+    display: -moz-box;
208
+    display: -ms-flexbox;
209
+    display: -webkit-flex;
206 210
     display: flex;
207 211
     flex-direction: column;
208 212
     justify-content: center;
@@ -210,8 +214,22 @@ export default {
210 214
     width: 700px;
211 215
     height: 200px;
212 216
     .filter {
217
+      display: -webkit-box;
218
+      display: -moz-box;
219
+      display: -ms-flexbox;
220
+      display: -webkit-flex;
213 221
       display: flex;
214 222
       flex-direction: row;
223
+      justify-content: center;
224
+      align-items: center;
225
+      width: 80%;
226
+
227
+      .el-input {
228
+        width: 390px;
229
+      }
230
+      .el-autocomplete {
231
+        width: 170px;
232
+      }
215 233
     }
216 234
     .table {
217 235
       margin-top: 50px;
@@ -221,6 +239,10 @@ export default {
221 239
     }
222 240
   }
223 241
   .maintain-record {
242
+    display: -webkit-box;
243
+    display: -moz-box;
244
+    display: -ms-flexbox;
245
+    display: -webkit-flex;
224 246
     display: flex;
225 247
     flex-direction: column;
226 248
     justify-content: center;