lifanagju_citu 7 달 전
부모
커밋
54b45aa26b
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/login/index.vue

+ 3 - 0
src/views/login/index.vue

@@ -256,4 +256,7 @@ const carouselList = ref([
   background-color: #fff;
   // overflow-x: auto;
 }
+:deep(.v-window) {
+  height: 392px !important;
+}
 </style>