fix(region-select): 移动端兼容问题修复
This commit is contained in:
parent
1ff6ec9d13
commit
d2c8e7cd76
|
@ -281,7 +281,7 @@ export default {
|
||||||
|
|
||||||
.region-select-popup {
|
.region-select-popup {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
/* max-width: 680rpx; */
|
max-width: 680rpx;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 24rpx;
|
border-radius: 24rpx;
|
||||||
/* animation: scale-up 0.3s ease-out; */
|
/* animation: scale-up 0.3s ease-out; */
|
||||||
|
|
Loading…
Reference in New Issue