Browse Source

样式调整

duwendi 1 year ago
parent
commit
402ada9b7e

+ 37 - 0
src/pages/index/components/data_docking.vue

@@ -130,6 +130,43 @@ export default {
130 130
 }
131 131
 </script>
132 132
 <style  lang="scss" scoped>
133
+.form-wrapper {
134
+  margin-bottom: 20px;
135
+}
136
+/deep/ .el-input__inner {
137
+  background: #2d3744;
138
+  border: none;
139
+  border-radius: 0;
140
+}
141
+/deep/ .el-select {
142
+  height: 40px;
143
+  .el-input__inner {
144
+    height: 40px;
145
+  }
146
+  .el-input__prefix, .el-input__suffix {
147
+    height: 40px;
148
+  }
149
+
150
+  /* 下面设置右侧按钮居中 */
151
+  .el-input__suffix {
152
+    top: 0px;
153
+    display: flex;
154
+    justify-content: center;
155
+    align-items: center;
156
+    flex-wrap: nowrap;
157
+    flex-direction: row;
158
+    align-content: flex-start;
159
+  }
160
+  /* 输入框加上上下边是 32px + 2px =34px */
161
+  .el-input__icon {
162
+    line-height: 0px;
163
+  }
164
+}
165
+/deep/ .form-wrapper .el-button {
166
+  background: linear-gradient(90deg,#0158d9,#3c97e4);
167
+  width: 100px;
168
+  height: 40px;
169
+}
133 170
 .body-wrapper {
134 171
   padding: 20px;
135 172
   background: #0c0c0c;

+ 37 - 0
src/pages/index/components/gap_analysis.vue

@@ -229,6 +229,43 @@ export default {
229 229
 }
230 230
 </style>
231 231
 <style  lang="scss" scoped>
232
+.form-wrapper {
233
+  margin-bottom: 20px;
234
+}
235
+/deep/ .el-input__inner {
236
+  background: #2d3744;
237
+  border: none;
238
+  border-radius: 0;
239
+}
240
+/deep/ .el-select {
241
+  height: 40px;
242
+  .el-input__inner {
243
+    height: 40px;
244
+  }
245
+  .el-input__prefix, .el-input__suffix {
246
+    height: 40px;
247
+  }
248
+
249
+  /* 下面设置右侧按钮居中 */
250
+  .el-input__suffix {
251
+    top: 0px;
252
+    display: flex;
253
+    justify-content: center;
254
+    align-items: center;
255
+    flex-wrap: nowrap;
256
+    flex-direction: row;
257
+    align-content: flex-start;
258
+  }
259
+  /* 输入框加上上下边是 32px + 2px =34px */
260
+  .el-input__icon {
261
+    line-height: 0px;
262
+  }
263
+}
264
+/deep/ .form-wrapper .el-button {
265
+  background: linear-gradient(90deg,#0158d9,#3c97e4);
266
+  width: 100px;
267
+  height: 40px;
268
+}
232 269
 .body-wrapper {
233 270
   width: 100%;
234 271
   height: 100%;

+ 37 - 0
src/pages/index/components/static_resource.vue

@@ -366,6 +366,43 @@ export default {
366 366
 }
367 367
 </script>
368 368
 <style  lang="scss" scoped>
369
+.form-wrapper {
370
+  margin-bottom: 20px;
371
+}
372
+/deep/ .el-input__inner {
373
+  background: #2d3744;
374
+  border: none;
375
+  border-radius: 0;
376
+}
377
+/deep/ .el-select {
378
+  height: 40px;
379
+  .el-input__inner {
380
+    height: 40px;
381
+  }
382
+  .el-input__prefix, .el-input__suffix {
383
+    height: 40px;
384
+  }
385
+
386
+  /* 下面设置右侧按钮居中 */
387
+  .el-input__suffix {
388
+    top: 0px;
389
+    display: flex;
390
+    justify-content: center;
391
+    align-items: center;
392
+    flex-wrap: nowrap;
393
+    flex-direction: row;
394
+    align-content: flex-start;
395
+  }
396
+  /* 输入框加上上下边是 32px + 2px =34px */
397
+  .el-input__icon {
398
+    line-height: 0px;
399
+  }
400
+}
401
+/deep/ .form-wrapper .el-button {
402
+  background: linear-gradient(90deg,#0158d9,#3c97e4);
403
+  width: 100px;
404
+  height: 40px;
405
+}
369 406
 .body-wrapper {
370 407
   padding: 20px;
371 408
   background: #0c0c0c;

+ 1 - 1
static/mung-local-config.js

@@ -3,7 +3,7 @@ window.mungConfig = {
3 3
     BASE_API: "http://172.16.36.216:8801/westport"
4 4
   },
5 5
   build: {
6
-    BASE_API: "https://10.252.0.229:38443/westport"
6
+    BASE_API: "https://101.42.41.254:/westport"
7 7
   },
8 8
   // casConfig: {
9 9
   //   isLogin: false,