From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 16 四月 2024 18:21:05 +0800 Subject: [PATCH] 音频bug4 --- 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