File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
ui/src/views/paragraph/component Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 66 @mouseleave =" cardLeave()"
77 >
88 <h2 class =" mb-16" >{{ data.title || '-' }}</h2 >
9- <MdPreview
10- ref =" editorRef"
11- editorId =" preview-only"
12- :modelValue =" data.content"
13- class =" maxkb-md"
14- />
15- <el-card
9+ <el-card
1610 class =" paragraph-box-operation mt-8 mr-8"
1711 shadow =" always"
1812 style =" --el-card-padding : 8px 12px ; --el-card-border-radius : 8px "
3933 </el-icon >
4034 </el-button >
4135 </span >
42- <el-dropdown trigger =" click" >
36+ <el-dropdown trigger =" click" :teleported = " false " >
4337 <el-button text >
4438 <el-icon ><MoreFilled /></el-icon >
4539 </el-button >
6054 </template >
6155 </el-dropdown >
6256 </el-card >
57+ <MdPreview
58+ ref =" editorRef"
59+ editorId =" preview-only"
60+ :modelValue =" data.content"
61+ class =" maxkb-md"
62+ />
63+
6364 <ParagraphDialog ref =" ParagraphDialogRef" :title =" title" @refresh =" refresh" />
6465 <SelectDocumentDialog ref =" SelectDocumentDialogRef" @refresh =" refreshMigrateParagraph" />
6566 <GenerateRelatedDialog ref =" GenerateRelatedDialogRef" @refresh =" refresh" />
@@ -162,6 +163,7 @@ function refreshMigrateParagraph() {}
162163 border : 1px solid #ffffff ;
163164 box-shadow : none !important ;
164165 position : relative ;
166+ z-index : 9999 ;
165167 & :hover {
166168 background : rgba (31 , 35 , 41 , 0.1 );
167169 border : 1px solid #dee0e3 ;
You can’t perform that action at this time.
0 commit comments