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;