瀏覽代碼

fix(SCRM-7501): 回滚弹窗样式改动

john 9 月之前
父節點
當前提交
468dc3d0ab
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/styles/common.less

+ 2 - 2
src/styles/common.less

@@ -109,12 +109,12 @@ button {
 
 @toast-background-color: rgba(0, 0, 0, 0.8);
 
-.van-toast,.van-popup {
+.van-toast {
   border-radius: 10px;
   padding: 25px 42px;
   min-height: inherit;
   background-color: @toast-background-color;
-  width: auto;
+  // width: auto;
 
   &.white-space {
     .van-toast__text {