Browse Source

app最小宽度600

hlp 1 year ago
parent
commit
b35ff218b5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      fhKeeper/formulahousekeeper/customerBuler-crm/src/App.vue

+ 3 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/App.vue

@@ -17,7 +17,7 @@ provide<GlobalPopup>('globalPopup', {
     notificationTiop({
       message: message || '成功',
       type: 'success',
-      title:"提示",
+      title: "提示",
       duration: 2000
     })
   }, //!SECTION 成功
@@ -54,6 +54,7 @@ body,
 .layouts {
   width: 100%;
   height: 100%;
-  overflow: hidden;
+  /* overflow: hidden; */
+  min-width: 600px;
 }
 </style>