From 4a0006c0b8df5befabf7403c0702f4429cf244e3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 14 四月 2025 12:37:02 +0800 Subject: [PATCH] 公告列表显示 --- app/home/view/index/layout_action.html | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/app/home/view/index/layout_action.html b/app/home/view/index/layout_action.html index 3ed3ae8..3d7fa89 100644 --- a/app/home/view/index/layout_action.html +++ b/app/home/view/index/layout_action.html @@ -1,3 +1,9 @@ +<style> + .layui-timeline { + height: 100%; + overflow: auto; + } +</style> <div class="layui-row layui-col-space16"> <div class="layui-col-md12"> <div class="layui-card"> -- Gitblit v1.9.1