From 7994e66283e02f4261bf964d7b4bf2c6fb421229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Sun, 19 Jan 2025 15:41:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=89=E5=BA=8F?= =?UTF-8?q?=E5=8F=8A=E6=97=A0=E5=BA=8F=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/assets/styles/index.scss | 2 +- Yi.Bbs.Vue3/src/components/ArticleContentInfo.vue | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Yi.Bbs.Vue3/src/assets/styles/index.scss b/Yi.Bbs.Vue3/src/assets/styles/index.scss index cac88738..fe34cad5 100644 --- a/Yi.Bbs.Vue3/src/assets/styles/index.scss +++ b/Yi.Bbs.Vue3/src/assets/styles/index.scss @@ -129,7 +129,7 @@ table { /* custom */ li { - list-style: none; + //list-style: none; } button { diff --git a/Yi.Bbs.Vue3/src/components/ArticleContentInfo.vue b/Yi.Bbs.Vue3/src/components/ArticleContentInfo.vue index 93c8665c..597abc4a 100644 --- a/Yi.Bbs.Vue3/src/components/ArticleContentInfo.vue +++ b/Yi.Bbs.Vue3/src/components/ArticleContentInfo.vue @@ -1,10 +1,14 @@