xiaoming_global 5 년 전
부모
커밋
b7a69ef845
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/scrm_pages/micro/micro.vue

+ 2 - 2
src/scrm_pages/micro/micro.vue 파일 보기

@@ -894,7 +894,7 @@ import { link } from 'fs';
894 894
 
895 895
    .modesix{
896 896
       width:100%;
897
-      height: 100%;
897
+      min-height: 200px;
898 898
       /* border: solid 1px red; */
899 899
       margin-bottom: 5px;
900 900
       overflow: hidden;
@@ -913,7 +913,7 @@ import { link } from 'fs';
913 913
    .modeseven{
914 914
       position: relative;
915 915
       width:100%;
916
-      height: 100%;
916
+      min-height: 200px;
917 917
       margin-bottom: 5px;
918 918
       overflow: hidden;
919 919
     }