From 1efd950a5b40ef3bf37a8afd738ff574f68cea35 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 09 四月 2024 10:39:47 +0800 Subject: [PATCH] 详情页底部按钮显示调整 --- packageBookService/pages/bookServices/detail/components/note/note.wxml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packageBookService/pages/bookServices/detail/components/note/note.wxml b/packageBookService/pages/bookServices/detail/components/note/note.wxml index 6a772b5..981c403 100644 --- a/packageBookService/pages/bookServices/detail/components/note/note.wxml +++ b/packageBookService/pages/bookServices/detail/components/note/note.wxml @@ -7,9 +7,9 @@ bind:tap="openDialog" style="width: 240rpx" > - <view slot="content"> + <view slot="content" class="btn-content"> <image src="/static/images/bookService/detail/makeNote.png" /> - 璁扮瑪璁� + <text class="note-btn-text">璁扮瑪璁�</text> </view> </t-button> </view> -- Gitblit v1.9.1