Browse Source

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

john 9 months ago
parent
commit
4422bbb36a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/styles/common.less

+ 1 - 1
src/styles/common.less

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