mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-21 07:49:08 +08:00
Feat: more click scope
This commit is contained in:
parent
f042e7a057
commit
e87472550a
@ -295,8 +295,8 @@ const innerTerminalType = viewType === "inner";
|
||||
<div v-if="!containerState.isDesignMode" class="console-wrapper">
|
||||
<div class="terminal-button-group position-absolute-right position-absolute-top">
|
||||
<ul>
|
||||
<li>
|
||||
<a-tooltip placement="top" @click="clearTerminal()">
|
||||
<li @click="clearTerminal()">
|
||||
<a-tooltip placement="top">
|
||||
<template #title>
|
||||
<span>{{ t("清空终端输出内容") }}</span>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user