fix(Dialog): improve width and avoid text blurry (#4686)

This commit is contained in:
neverland
2019-10-11 09:58:46 +08:00
committed by GitHub
parent 44295fe6b2
commit 894e9aafcb
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -236,7 +236,8 @@
@coupon-list-empty-tip-line-height: 20px;
// Dialog
@dialog-width: 85%;
@dialog-width: 320px;
@dialog-small-screen-width: 90%;
@dialog-font-size: @font-size-lg;
@dialog-transition: @animation-duration-base;
@dialog-border-radius: @border-radius-md;