Explorar o código

fix:去除弹框背景色

jianghaili hai 6 meses
pai
achega
51fe15d7ed
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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>