shish hai 4 meses
pai
achega
64fb03ddfe
Modificáronse 1 ficheiros con 10 adicións e 4 borrados
  1. 10 4
      hdApp/src/admin/home/workbench.vue

+ 10 - 4
hdApp/src/admin/home/workbench.vue

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