shish пре 4 месеци
родитељ
комит
d3071f9f17

+ 2 - 2
hdApp/src/components/custom-tab-bar/custom-tab-bar.vue

@@ -104,7 +104,7 @@ export default {
 
 <style lang="scss" scoped>
 .tab-bar-placeholder {
-	height: 100upx; /* 与 custom-tab-bar 基础高度一致 */
+	height: 110upx; /* 与 custom-tab-bar 基础高度一致 */
 	background-color: transparent;
 	width: 100%;
 	box-sizing: content-box;
@@ -115,7 +115,7 @@ export default {
 	bottom: 0;
 	left: 0;
 	right: 0;
-	height: 100upx; /* 基础高度 */
+	height: 110upx; /* 基础高度 */
 	background-color: #ffffff;
 	display: flex;
 	flex-direction: row;

+ 0 - 1
mallApp/src/pages/home/recent.vue

@@ -176,7 +176,6 @@
         <view v-else class="empty-state">
           <text class="empty-icon">🏪</text>
           <text class="empty-title">暂无花店</text>
-          <text class="empty-subtitle">您还没有关联花店</text>
         </view>
       </view>
     </block>