Browse Source

尺寸调整

CzRger 2 months ago
parent
commit
0ed34b6109

+ 1 - 7
src/views/screen/two-kouan-full-run-manage/index.vue

@@ -363,6 +363,7 @@ const state: any = reactive({
     border-image: linear-gradient(0deg, rgba(94, 188, 245, 0.4), rgba(94, 188, 245, 0)) 1 1;
     padding: 24px 16px;
     background: rgba(4,19,35,0.5);
+    justify-content: space-between;
   }
 }
 .switch {
@@ -848,14 +849,7 @@ const state: any = reactive({
     }
   }
 }
-.map {
-  flex: 1;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
 .bottom {
-  margin-top: 24px;
   .card {
     margin-top: 4px;
     width: 100%;

+ 3 - 3
src/views/screen/two-kouan-full-run-manage/map.vue

@@ -175,7 +175,7 @@ onMounted(() => {
   margin: auto;
   flex: 1;
   width: 760px;
-  height: 608px;
+  height: 588px;
   position: relative;
   display: flex;
   align-items: center;
@@ -187,8 +187,8 @@ onMounted(() => {
   .map-bg {
     position: absolute;
     z-index: -1;
-    width: 718px;
-    height: 538px;
+    width: 700px;
+    height: 518px;
     >img {
       width: 100%;
       height: 100%;