소스 검색

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 {