File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/src/components/CodemirrorEditor/PostSlider Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ function handleDragEnd() {
400
400
401
401
<!-- 历史记录 -->
402
402
<Dialog v-model:open =" isOpenHistoryDialog" >
403
- <DialogContent class =" max-w-max " >
403
+ <DialogContent class =" sm: max-w-4xl " >
404
404
<DialogHeader >
405
405
<DialogTitle >历史记录</DialogTitle >
406
406
<DialogDescription >每隔 30 秒自动保存,最多保留 10 条</DialogDescription >
@@ -432,7 +432,7 @@ function handleDragEnd() {
432
432
<Separator orientation =" vertical" class =" mx-2" />
433
433
434
434
<!-- 右侧内容 -->
435
- <div class =" space-y-2 max-h-full w-[500px] overflow-y-auto" >
435
+ <div class =" space-y-2 max-h-full flex-1 overflow-y-auto" >
436
436
<p
437
437
v-for =" (line, idx) in (store.getPostById(currentPostId!)?.history[currentHistoryIndex].content ?? '').split('\n')"
438
438
:key =" idx"
You can’t perform that action at this time.
0 commit comments