From faf5a7c8fc8632dce46687a63ac5eceb1f9b2874 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 19 Jan 2023 13:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=A4=9A=E6=A0=B7=E5=AF=BC?= =?UTF-8?q?=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/nav/ul-nav-info/_index.html | 24 +++++++++++++++++++ source/components/nav/ul-nav-info/_index.scss | 21 ++++++++++++++-- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/source/components/nav/ul-nav-info/_index.html b/source/components/nav/ul-nav-info/_index.html index 432024d..593e91c 100644 --- a/source/components/nav/ul-nav-info/_index.html +++ b/source/components/nav/ul-nav-info/_index.html @@ -79,4 +79,28 @@ +
+
+
+
+
+
+
+ 设置 +
+ 设置系统信息 +
+
+
+ +
+
+
+ 新版本 +
+
+ +
+
+
\ No newline at end of file diff --git a/source/components/nav/ul-nav-info/_index.scss b/source/components/nav/ul-nav-info/_index.scss index ab9460e..2637cff 100644 --- a/source/components/nav/ul-nav-info/_index.scss +++ b/source/components/nav/ul-nav-info/_index.scss @@ -18,15 +18,32 @@ } &__title { - font-size : 16px; + font-size : 15px; font-weight: 400; } &__content { - margin-top: 5px; + margin-top: 10px; color : #bbb; font-size : 14px; } } + + &__right { + display : flex; + align-items : center; + justify-content: flex-end; + color : #bbb; + + &__item { + margin-left: 5px; + } + } + + + &:not(:last-child) { + border-bottom: 1px solid #eee; + } } + } \ No newline at end of file