From 79ea2c9d938a0deff68fa32ac53c08372ecf81fe Mon Sep 17 00:00:00 2001 From: thsrite <5729858+jiangxdjiangxd@user.noreply.gitee.com> Date: Wed, 8 Feb 2023 17:12:43 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=AE=9E=E6=97=B6=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/css/style.css | 34 +----------------------- web/templates/macro/svg.html | 10 +++++++ web/templates/navigation.html | 50 +++++++++++++---------------------- 3 files changed, 29 insertions(+), 65 deletions(-) diff --git a/web/static/css/style.css b/web/static/css/style.css index 01ccbc1aa..3043d3789 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -157,36 +157,4 @@ body, .page { .select_logger h5{ padding-right:5px -} - -.select_logger svg{ - cursor: pointer; -} - -.logger-select{ - position: absolute; - top: 43px; - left: 57px; - width:80px; - height:210px; - background:#fff; - border-radius:10px; - box-shadow: 0 0 10px 0 #ccc; - display:none; - overflow-y: scroll; -} - -.logger-select .logger-li{ - width:100%; - height: 30px; - display: flex; - align-items: center; - justify-content: center; - font-size:13px; - color:#333; - cursor: pointer; -} - -.logger-select .logger-li:hover { - background: #f2f2f2; -} +} \ No newline at end of file diff --git a/web/templates/macro/svg.html b/web/templates/macro/svg.html index a281df2d1..18413d30b 100644 --- a/web/templates/macro/svg.html +++ b/web/templates/macro/svg.html @@ -595,6 +595,16 @@ {% endmacro %} + + +{% macro log_select(class) %} + + +{% endmacro %} + {% macro info_square_rounded(class) %} diff --git a/web/templates/navigation.html b/web/templates/navigation.html index 67a338ccc..8b804de6b 100644 --- a/web/templates/navigation.html +++ b/web/templates/navigation.html @@ -273,25 +273,13 @@