File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed
ui/src/views/operate-log/component Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 55 :close-on-click-modal =" false"
66 :close-on-press-escape =" false"
77 >
8- <el-scrollbar height =" 400" class =" details" >
9- <div class =" content" >{{ details }}</div >
10- </el-scrollbar >
8+ <div class =" border border-r-4 mb-16" style =" white-space : pre-wrap ; height : 400px " >
9+ <el-scrollbar >
10+ <div class =" p-16" >
11+ {{ details }}
12+ </div >
13+ </el-scrollbar >
14+ </div >
1115 <template #footer >
12- <span class =" dialog-footer" >
16+ <span class =" dialog-footer mt-16 " >
1317 <el-button @click.prevent =" dialogVisible = false" >
1418 {{ $t('views.operateLog.close') }}
1519 </el-button >
@@ -29,13 +33,4 @@ const open = (data: any) => {
2933
3034defineExpose ({ open })
3135 </script >
32- <style lang="scss" scoped>
33- .details {
34- margin : 0 10px 30px ;
35- border : 1px #cccccc solid ;
36- .content {
37- padding : 10px 20px ;
38- white-space : pre-wrap ;
39- }
40- }
41- </style >
36+ <style lang="scss" scoped></style >
You can’t perform that action at this time.
0 commit comments