Explorar el Código

app最小宽度600

hlp hace 1 año
padre
commit
b35ff218b5
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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>