whao 2 anni fa
parent
commit
e6c31e6581
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      src/assets/styles/base.scss
  2. 2 2
      src/components/eventLocation.vue

+ 1 - 1
src/assets/styles/base.scss

@@ -1304,7 +1304,7 @@ div::-webkit-scrollbar {
 		}
 		.e-location-right{
 			width: 71%;
-			margin-top: 1rem;
+			margin-top: 1.3rem;
 			margin-left: 1rem;
 		}
 	}

+ 2 - 2
src/components/eventLocation.vue

@@ -15,7 +15,7 @@
 				</div>
 				<div class="event-info-con">
 					<div class="e-location-left">
-						<el-tabs v-model="activeName" @tab-click="handleClick">
+						<el-tabs v-model="activeName" @tab-click="handleClick" stretch="true">
 							<el-tab-pane label="事件" name="event">
 								<div class="forthis">
 									<div class="i-list-con overflow-y" style="height: 50vh;">
@@ -45,7 +45,7 @@
 							</el-tab-pane>
 						</el-tabs>
 					</div>
-					<div class="e-location-right" style="height: 50vh;background-color: blue;"></div>
+					<div class="e-location-right" style="height: 57.8vh;background-color:black;"></div>
 				</div>
 			</div>
 		</el-dialog>