From 4f192edc59ae8fd1257e6e12894f7fef2974e0d7 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sat, 16 Jul 2022 09:54:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=B9=BB=E7=81=AF?= =?UTF-8?q?=E7=89=87=E9=A1=B5=E7=A0=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Editor/Thumbnails/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/Editor/Thumbnails/index.vue b/src/views/Editor/Thumbnails/index.vue index 2d76ec82..c01a224b 100644 --- a/src/views/Editor/Thumbnails/index.vue +++ b/src/views/Editor/Thumbnails/index.vue @@ -40,6 +40,8 @@ + +
幻灯片 {{slideIndex + 1}} / {{slides.length}}
@@ -323,4 +325,12 @@ const contextmenusThumbnailItem = (): ContextmenuItem[] => { cursor: grabbing; } } +.page-number { + height: 40px; + font-size: 12px; + border-top: 1px solid $borderColor; + line-height: 40px; + text-align: center; + color: #666; +} \ No newline at end of file