From ebfc641a1a1bc6c40b8010f31f7a836f09308b6e Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 27 三月 2024 11:04:19 +0800 Subject: [PATCH] 样式修改 --- packageBookService/pages/bookServices/list/index.wxss | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/packageBookService/pages/bookServices/list/index.wxss b/packageBookService/pages/bookServices/list/index.wxss index 53af059..97516a0 100644 --- a/packageBookService/pages/bookServices/list/index.wxss +++ b/packageBookService/pages/bookServices/list/index.wxss @@ -12,6 +12,7 @@ .list-header { display: flex; + height: 96rpx; } .list-header .t-button--primary { @@ -39,7 +40,7 @@ position: relative; background-color: #fff; line-height: 90rpx; - height: 94rpx; + height: 100%; width: 15vw; font-size: 28rpx; color: #999; -- Gitblit v1.9.1