File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
ui/src/components/execution-detail-card Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11<template >
2- <el-card class =" mb-8" shadow =" never" style =" --el-card-padding : 12px 16px " >
2+ <el-card class =" mb-8 execution-detail-card " shadow =" never" style =" --el-card-padding : 12px 16px " >
33 <div class =" flex-between cursor" @click =" data['show'] = !data['show']" >
44 <div class =" flex align-center" >
55 <el-icon class =" mr-8 arrow-icon" :class =" data['show'] ? 'rotate-90' : ''" >
@@ -1313,4 +1313,10 @@ const currentLoopNode = ref(0)
13131313const currentParagraph = ref (0 )
13141314const currentWriteContent = ref (0 )
13151315 </script >
1316- <style lang="scss" scoped></style >
1316+ <style lang="scss" scoped>
1317+ .execution-detail-card {
1318+ :deep (.md-editor-previewOnly ) {
1319+ background : none !important ;
1320+ }
1321+ }
1322+ </style >
You can’t perform that action at this time.
0 commit comments