فهرست منبع

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 {