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