Browse Source

提交代码

Lijy 1 year ago
parent
commit
39f55a022f

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

@@ -57,4 +57,7 @@ body,
   /* overflow: hidden; */
   min-width: 600px;
 }
+* {
+  font-family: '微软雅黑';
+}
 </style>

+ 1 - 0
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/home.vue

@@ -22,5 +22,6 @@ import { onMounted, ref } from 'vue';
   padding: 0;
   flex: 1;
   overflow: hidden;
+  background: $backColor;
 }
 </style>