瀏覽代碼

fix:去除弹框背景色

jianghaili 1 月之前
父節點
當前提交
51fe15d7ed
共有 1 個文件被更改,包括 3 次插入0 次删除
  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>