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