From c69b2a0ccd8ed4fe8f11b7bad34bc00b0aa2aaf7 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 08 七月 2024 15:39:38 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index c8316fb..61d3e28 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -51,7 +51,7 @@ contentnomore: '娌℃湁鏇村' }, // 褰撳墠tagId - tagIdNow: 1 + tagIdNow: 108 } }, onReachBottom() { @@ -74,7 +74,7 @@ onShow() { this.baseUrl = uni.getStorageSync('baseUrl'); this.token = uni.getStorageSync('token'); - this.showTag(1) + this.showTag(this.tagIdNow) }, methods: { search() { @@ -229,11 +229,11 @@ padding: 4rpx 12rpx; } .tag-item { - width: 100%; min-height: 60rpx; line-height: 2; padding-left: 50rpx; color: #606266; font-size: 14px; + word-wrap: break-word; } </style> \ No newline at end of file -- Gitblit v1.9.1