From db7fdd2cd77a20876d534ae020477b39b5f74faa Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 17 四月 2024 18:33:28 +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 b6b258c..02451f1 100644 --- a/packageBookService/pages/bookServices/list/index.wxss +++ b/packageBookService/pages/bookServices/list/index.wxss @@ -1,4 +1,5 @@ /* pages/bookServices/list/index.wxss */ +@import "./index.skeleton.wxss"; page { background-color: #f7f7f7; } @@ -103,7 +104,7 @@ .header-scroll { height: 100%; - width: 80vw; + width: 100vw; overflow-x: auto; } -- Gitblit v1.9.1