skyouc
2025-01-11 b89f495ce0b028fc51456b9658a05572484a0f0a
App.vue
@@ -117,6 +117,19 @@
<style>
   @import "static/css/colorUi/icon.css";
   /*每个页面公共css */
   /* #ifndef APP-PLUS-NVUE */
   /* uni.css - 通用组件、模板样式库,可以当作一套ui库应用 */
   @import './common/uni.css';
   /* H5 兼容 pc 所需 */
   @media screen and (min-width: 768px) {
      body {
         overflow-y: scroll;
      }
   }
   /* #endif */
   body {
      background-color: #f1f1f1;
      color: #606266;