1
xuxueyang
2024-07-08 137ee9dd563598a3064ae27d7e671632fac6ca1e
App.vue
@@ -1,4 +1,6 @@
<script>
   // 合伙人: "appid" : "wx6d0ecc4e18710458",
   // 花农: "appid" : "wx3203fd935a6ffe09",
   import storage from '@/plugins/storage.js'
   export default {
@@ -82,7 +84,6 @@
</script>
<style lang="scss">
   /*每个页面公共css */
   @import '@/uni_modules/uni-scss/index.scss';
   /* uni.scss */
@@ -108,12 +109,14 @@
      color: #333;
      padding: 10px;
   }
   // uni-rich-text img{
   //    max-width: 100% !important;
   // }
   .rich /deep/ img{
      max-width: 600rpx !important;
   }
   .rich /deep/ image{
      max-width: 600rpx !important;
   }
@@ -121,6 +124,7 @@
   .rich2 /deep/ img{
      max-width: 400rpx !important;
   }
   .rich2 /deep/ image{
      max-width: 400rpx !important;
   }