Ver código fonte

fix(SCRM-7501): toast样式宽度调整

john 9 meses atrás
pai
commit
4422bbb36a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/styles/common.less

+ 1 - 1
src/styles/common.less

@@ -114,7 +114,7 @@ button {
   padding: 25px 42px;
   min-height: inherit;
   background-color: @toast-background-color;
-  // width: auto;
+  width: auto;
 
   &.white-space {
     .van-toast__text {