Fix:2584 【商城小程序】商家资质--商品详情页中查看商家资质,名称过长时,左侧“”商家名称“”标题不要换行
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<view class="v12-px-3 v12-py-5 qua-card ">
|
<view class="v12-px-3 v12-py-5 qua-card ">
|
||||||
<view class="v12-white v12-radius-16">
|
<view class="v12-white v12-radius-16">
|
||||||
<view class="v12-justify-between v12-pa-3">
|
<view class="v12-justify-between v12-pa-3">
|
||||||
<text class="v12-font-32 v12-dark-text">
|
<text class="v12-font-32 v12-dark-text name-wrap">
|
||||||
商家名称
|
商家名称
|
||||||
</text>
|
</text>
|
||||||
<text class="v12-font-32 v12-dark-text v12-font-bold">
|
<text class="v12-font-32 v12-dark-text v12-font-bold">
|
||||||
@@ -48,6 +48,10 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
|
.name-wrap{
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-right: 10rpx;
|
||||||
|
}
|
||||||
.qua-card {
|
.qua-card {
|
||||||
}
|
}
|
||||||
.img{
|
.img{
|
||||||
|
|||||||
Reference in New Issue
Block a user