We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46cf1c commit a9cdf86Copy full SHA for a9cdf86
ui/src/views/application-workflow/component/PublishHistory.vue
@@ -8,7 +8,7 @@
8
:data="LogData"
9
class="mt-8"
10
v-loading="loading"
11
- @click.stop="clickListHandle"
+ @click="clickListHandle"
12
@mouseenter="mouseenter"
13
@mouseleave="mouseId = ''"
14
>
ui/src/views/application-workflow/index.vue
@@ -48,7 +48,7 @@
48
<el-dropdown-item>
49
<AppIcon iconName="app-save-outlined"></AppIcon>
50
自动保存
51
- <div @click.stop class="ml-4">
+ <div class="ml-4">
52
<el-switch size="small" v-model="isSave" @change="changeSave" />
53
</div>
54
</el-dropdown-item>
0 commit comments