From f29775ae97434b8438d16f48f6252a2e236f1b69 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 10 Nov 2023 11:16:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5-=E4=BC=81=E4=B8=9A=E6=A0=87?= =?UTF-8?q?=E5=87=86=E5=8F=91=E5=B8=83=E6=A0=87=E9=A2=98new=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=BA=A2=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home2/index.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/pages/home2/index.vue b/src/pages/home2/index.vue index cc0844c6b..ddd175356 100644 --- a/src/pages/home2/index.vue +++ b/src/pages/home2/index.vue @@ -24,9 +24,10 @@ - + 企业标准发布 - + + @@ -244,4 +245,14 @@ export default { background: #FFFFFF; } } +.more-doc { + width: 5px; + height: 5px; + display: inline-block; + background: #D81E06; + border-radius: 50%; + position: absolute; + top: -2px; + right: -8px; +}