Skip to content

Commit 2853d2a

Browse files
perf: style
1 parent 24cd68a commit 2853d2a

File tree

1 file changed

+8
-2
lines changed
  • ui/src/components/execution-detail-card

1 file changed

+8
-2
lines changed

ui/src/components/execution-detail-card/index.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
13131313
const currentParagraph = ref(0)
13141314
const 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>

0 commit comments

Comments
 (0)