From 45998187fc35a615da9c644716f704a762902e01 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Mon, 17 Jun 2024 15:13:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A4=B4=E9=83=A8=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/home_head.html | 13 +++++++++++++ .../src/main/resources/templates/home_head1.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/ruoyi-admin/src/main/resources/templates/home_head.html b/ruoyi-admin/src/main/resources/templates/home_head.html index 69529c3..11b1c9a 100644 --- a/ruoyi-admin/src/main/resources/templates/home_head.html +++ b/ruoyi-admin/src/main/resources/templates/home_head.html @@ -48,11 +48,24 @@ .layui-elem-quote{ border-left: 5px solid #005cb1; } + .timeDt { + position: absolute; + display: inline-block; + vertical-align: middle; + font-size: 14px; + color: #fff; + top: 5%; + left: 9%; + }