From db0ccd2b5da7490f6a404f3afa77d8ec35dc7ccf Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sun, 7 Apr 2024 10:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4Tag=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/tag.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/tag.html b/templates/tag.html index 38efe0a..b0064ca 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -14,8 +14,11 @@ .subnav-search-input{width:160px;border-top-right-radius:0px;border-bottom-right-radius:0px;} .subnav-search button{padding:5px 8px;border-top-left-radius:0px;border-bottom-left-radius:0px;} -.SideNav-icon{margin-right: 16px} +.SideNav-icon{margin-right:16px} .Label{color: #fff;margin-left:8px;} +#taglabel .Label {margin-bottom:8px;} +.Counter{color:#fff;background-color:rgba(234, 238, 242, 0.5)} + .genTime{float: right;} .d-flex{min-width:0;} .listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;} @@ -53,7 +56,7 @@ {% endblock %} {% block content %} -
+
{% endblock %} @@ -105,7 +108,6 @@ function showList(labelsCount){ let LabelNum=document.createElement("span"); LabelNum.setAttribute("class","Counter"); - LabelNum.setAttribute("style","color:#fff;background-color:rgba(234, 238, 242, 0.5)"); LabelNum.innerHTML=labelsCount[label]; showLabels.appendChild(LabelNum); taglabel.appendChild(showLabels);