From 298f8b963162a767a8b9c3905123e68bca1e39ea Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 10 四月 2025 15:12:00 +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