xiaoming_global 5 years ago
parent
commit
b7a69ef845
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/scrm_pages/micro/micro.vue

+ 2 - 2
src/scrm_pages/micro/micro.vue View File

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