From e68118a722857e52b9c83e08ac213621aac58c01 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 12 四月 2024 15:01:53 +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