From c4782840b8893dcc0bcf262153374237f40f6b9e Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期四, 10 四月 2025 15:33:33 +0800 Subject: [PATCH] 1 --- 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