From bbb8832291c695a19c43cc382dcf95187adc981c Mon Sep 17 00:00:00 2001
From: ali <ali9696@163.com>
Date: 星期五, 28 二月 2025 13:47:05 +0800
Subject: [PATCH] tags

---
 zhitan-vue/src/layout/components/TagsView/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/zhitan-vue/src/layout/components/TagsView/index.vue b/zhitan-vue/src/layout/components/TagsView/index.vue
index 926a7b1..2041c96 100644
--- a/zhitan-vue/src/layout/components/TagsView/index.vue
+++ b/zhitan-vue/src/layout/components/TagsView/index.vue
@@ -234,7 +234,7 @@
 <style lang="scss" scoped>
 .themeDark {
   .tags-view-container {
-    height: 56px;
+    height: 52px;
     width: 100%;
     background: #1a235d;
     // border-bottom: 1px solid #d8dce5;
@@ -244,12 +244,12 @@
         display: inline-block;
         position: relative;
         cursor: pointer;
-        height: 36px;
-        line-height: 36px;
+        height: 32px;
+        line-height: 30px;
         border: 1px solid #5278f5;
         color: #fff;
         // background: #3271eb;
-        padding: 0 14px;
+        padding: 0 12px;
         font-size: 14px;
         margin-left: 6px;
         margin-top: 10px;
@@ -304,7 +304,7 @@
 
 .themeLight {
   .tags-view-container {
-    height: 56px;
+    height: 52px;
     width: 100%;
     background: #fff;
     // border-bottom: 1px solid #d8dce5;
@@ -314,12 +314,12 @@
         display: inline-block;
         position: relative;
         cursor: pointer;
-        height: 36px;
-        line-height: 36px;
+        height: 32px;
+        line-height: 30px;
         border: 1px solid #d8dce5;
         color: #495060;
         background: #fff;
-        padding: 0 14px;
+        padding: 0 12px;
         font-size: 14px;
         margin-left: 6px;
         margin-top: 10px;

--
Gitblit v1.9.3