Explorar el Código

fix:去除弹框背景色

jianghaili hace 1 mes
padre
commit
51fe15d7ed
Se han modificado 1 ficheros con 3 adiciones y 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>