mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
【优化】调整门店自提下单地址过长导致可能被限制高度而隐藏部分地址的问题。
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
.coreshop-card { position: relative; padding: 9px; border-radius: 4.5px; box-shadow: 0 0 5.5px #f7f7f7; }
|
||||
}
|
||||
.address-view {
|
||||
.coreshop-list.menu-avatar > .coreshop-list-item { height: 65px;
|
||||
.coreshop-list.menu-avatar > .coreshop-list-item { min-height: 70px;
|
||||
&:after { width: 0; height: 0; border-bottom: 0; }
|
||||
.icon-view { position: absolute; border-radius: 100%; text-align: center; line-height: 23px; height: 23px; width: 23px; left: 4.5px; top: 10px; }
|
||||
.content { left: 26px; width: calc(100% - 37px - 14px); }
|
||||
.content { left: 26px; width: calc(100% - 37px - 14px); position: static; }
|
||||
.action { text-align: right; width: 18px; }
|
||||
}
|
||||
.address-line { position: absolute; background-image: url('/static/images/common/address-line.png'); background-repeat: no-repeat; background-size: 100%; border-radius: 0 0 4.5px; height: 4.5px; width: 100%; bottom: 0; right: 0; left: 0; }
|
||||
|
||||
@@ -363,7 +363,7 @@ u-icon { line-height: 0; }
|
||||
}
|
||||
}
|
||||
&.menu-avatar { overflow: hidden;
|
||||
& > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center;
|
||||
& > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; min-height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center;
|
||||
& > .coreshop-avatar { position: absolute; left: 15px; }
|
||||
.flex {
|
||||
.text-cut { max-width: 255px; }
|
||||
|
||||
@@ -363,7 +363,7 @@ u-icon { line-height: 0; }
|
||||
}
|
||||
}
|
||||
&.menu-avatar { overflow: hidden;
|
||||
& > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center;
|
||||
& > .coreshop-list-item { position: relative; display: flex; padding-right: 5px; min-height: 70px; background-color: #ffffff; justify-content: flex-end; align-items: center;
|
||||
& > .coreshop-avatar { position: absolute; left: 15px; }
|
||||
.flex {
|
||||
.text-cut { max-width: 255px; }
|
||||
|
||||
Reference in New Issue
Block a user