Browse Source

fix:去除弹框背景色

jianghaili 3 days ago
parent
commit
51fe15d7ed
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/pages/trade/index.vue

+ 3 - 0
src/pages/trade/index.vue

@@ -709,5 +709,8 @@ const openBmPopup=()=>{
 
   }
 }
+::v-deep .u-popup__content{
+  background: none !important;
+}
 </style>