|
|
@@ -98,7 +98,7 @@
|
|
|
<!-- 买花记录提示 -->
|
|
|
<view class="inline-bought-tooltip-box" v-if="showBoughtTooltip && index === 0" @click.stop="closeBoughtTooltip">
|
|
|
<view class="bought-tooltip-content">
|
|
|
- 买花记录 在这里查看
|
|
|
+ 买花记录 请在这里查看,不是在底部菜单“订单”里查看
|
|
|
<text class="close-tooltip-icon">×</text>
|
|
|
</view>
|
|
|
<view class="bought-tooltip-arrow"></view>
|
|
|
@@ -1545,17 +1545,21 @@
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
+ width: 480upx;
|
|
|
}
|
|
|
|
|
|
.bought-tooltip-content {
|
|
|
background-color: #333333;
|
|
|
color: #fff;
|
|
|
- padding: 12upx 20upx;
|
|
|
+ padding: 16upx 20upx;
|
|
|
border-radius: 12upx;
|
|
|
font-size: 28upx;
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
- white-space: nowrap;
|
|
|
+ align-items: flex-start;
|
|
|
+ white-space: normal;
|
|
|
+ text-align: left;
|
|
|
+ line-height: 1.5;
|
|
|
+ word-break: break-all;
|
|
|
}
|
|
|
|
|
|
.close-tooltip-icon {
|
|
|
@@ -1564,6 +1568,8 @@
|
|
|
color: #ccc;
|
|
|
padding: 0 4upx;
|
|
|
line-height: 1;
|
|
|
+ flex-shrink: 0;
|
|
|
+ margin-top: 4upx;
|
|
|
}
|
|
|
|
|
|
.bought-tooltip-arrow {
|