Browse Source

上下间距调整

master
wanghongjun 2 years ago
parent
commit
2e21828cdf
  1. 4
      pages/login/components/WhPopup.vue

4
pages/login/components/WhPopup.vue

@ -178,7 +178,7 @@
position: absolute; position: absolute;
left: 5%; left: 5%;
right: 5%; right: 5%;
bottom: 20%; top: calc(50% - 490rpx);
z-index: 99; z-index: 99;
border-radius: 10rpx 10rpx 0 0; border-radius: 10rpx 10rpx 0 0;
background-color: #fff; background-color: #fff;
@ -194,7 +194,7 @@
.specification-wrapper-content .specification-wrapper-content
{ {
width: 100%; width: 100%;
max-height: 900rpx; max-height: 780rpx;
min-height: 400rpx; min-height: 400rpx;
&::-webkit-scrollbar { &::-webkit-scrollbar {

Loading…
Cancel
Save