From 1bf0af44dd163ca41d454c1c24c99a34de1f2eb4 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Fri, 28 Feb 2025 02:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/DataBaseInfoView.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/web/src/views/DataBaseInfoView.vue b/web/src/views/DataBaseInfoView.vue index 132c882e..db9f5207 100644 --- a/web/src/views/DataBaseInfoView.vue +++ b/web/src/views/DataBaseInfoView.vue @@ -59,7 +59,9 @@ - + @@ -813,7 +815,7 @@ onMounted(() => { padding: 0; } - .pdf, .txt, .md { + .span-type { color: white; padding: 2px 4px; border-radius: 4px; @@ -821,6 +823,7 @@ onMounted(() => { font-weight: bold; opacity: 0.8; user-select: none; + background: #005F77; } .pdf { @@ -831,6 +834,16 @@ onMounted(() => { background: #068033; } + .docx, .doc { + background: #2C59B7; + } + + .md { + background: #020817; + } + + + button.main-btn { font-weight: bold; font-size: 14px;