mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
uniapp【优化】(sku模块):sku选择规格给最高高度,超出滑动
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 25rpx;
|
||||
max-height: 500rpx;
|
||||
overflow-y: scroll;
|
||||
.tag {
|
||||
position: relative;
|
||||
font-size: 27rpx;
|
||||
@@ -58,6 +60,7 @@
|
||||
border: 1rpx solid #6e737d;
|
||||
border-radius: 15rpx;
|
||||
text-align: center;
|
||||
height: max-content;
|
||||
.icon-select {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
Reference in New Issue
Block a user