From 2cf33c7be14b0f118cded0d812afe1e2cf49462a Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Mon, 15 Mar 2021 09:19:48 +0800 Subject: [PATCH] * Finish task #36316. --- module/index/css/index.css | 1 + module/index/view/index.html.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/module/index/css/index.css b/module/index/css/index.css index d6c8501beb..d89ad10446 100644 --- a/module/index/css/index.css +++ b/module/index/css/index.css @@ -95,6 +95,7 @@ body.menu-hide {padding-left: 0;} #upgradeContent {display: none; position: absolute; right: 10px; top: -290px; height: 282px; background-color: #fff; left: 0px; padding: 5px 0; border: 1px solid rgba(0,0,0,.15); border-color: rgba(0,0,0,.1); opacity: 1; border-radius: 4px; box-shadow: 0 6px 12px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.1);} #latestVersionList {height: 190px; overflow: auto;} +#empty-tip {top: 1px; position: relative;} .version-name {width: 20%;} .version-date {width: 15%; color: #8a8a8a;} diff --git a/module/index/view/index.html.php b/module/index/view/index.html.php index a9a2a98976..a1f3ebe7e1 100644 --- a/module/index/view/index.html.php +++ b/module/index/view/index.html.php @@ -90,10 +90,12 @@ js::set('defaultOpen', $open);