fix(region-select): 移动端兼容问题修复
This commit is contained in:
parent
4ae74d241c
commit
976dc29fe4
|
@ -277,7 +277,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