Explorar o código

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

john hai 9 meses
pai
achega
468dc3d0ab
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 {