From de5280ec6c6d84473882a2ffc7faeb91c5322237 Mon Sep 17 00:00:00 2001 From: shammpool Date: Wed, 18 Sep 2024 00:14:19 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BD=93=E5=89=8D=E8=B4=B4=E9=AB=98?= =?UTF-8?q?=E4=BA=AE=E6=98=BE=E7=A4=BA=E6=97=B6=EF=BC=8C=E8=B4=B4=E7=9A=84?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2=E4=B8=8E=E4=B8=BB=E9=A2=98=E8=89=B2?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4=EF=BC=9B=E5=9C=A8=E5=B8=96?= =?UTF-8?q?=E5=AD=90=E6=9C=89=E7=83=AD=E9=97=A8=E5=9B=9E=E5=A4=8D=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=97=B6=EF=BC=8C=E9=81=BF=E5=85=8D=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=BF=AB=E6=8D=B7=E5=9B=9E=E5=A4=8D=E4=B8=8E=E5=85=B6?= =?UTF-8?q?=E4=B8=8A=E6=96=B9=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/app.less | 4 ++++ src/components/CustomText/MenuCreatereply.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/app.less b/src/assets/app.less index dd2b7f57..6c28ec10 100644 --- a/src/assets/app.less +++ b/src/assets/app.less @@ -710,3 +710,7 @@ body.body-preview #main-outlet-wrapper { min-width: 1000px; width: auto } + +.topic-body.clearfix.highlighted { + background-color: var(--tertiary-low) !important; +} \ No newline at end of file diff --git a/src/components/CustomText/MenuCreatereply.vue b/src/components/CustomText/MenuCreatereply.vue index 65538db0..95bad4fa 100644 --- a/src/components/CustomText/MenuCreatereply.vue +++ b/src/components/CustomText/MenuCreatereply.vue @@ -42,7 +42,7 @@ export default { // setInterval(() => { if ($(".createreply").length < 1) { $(".timeline-container .topic-timeline").append( - `
` + `
` ); this.list.forEach(function (item) {