mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-06 13:04:10 +08:00
编排调整修改描述提示位置
This commit is contained in:
parent
2259a61fa1
commit
49d56502e0
@ -31,7 +31,13 @@
|
||||
>
|
||||
<div class="command-summary" v-if="!isEditingSummary">
|
||||
{{ commandSummary || "添加描述" }}
|
||||
<q-tooltip v-if="commandSummary"> 单击修改描述 </q-tooltip>
|
||||
<q-tooltip
|
||||
anchor="bottom left"
|
||||
self="top start"
|
||||
v-if="commandSummary"
|
||||
>
|
||||
单击修改描述
|
||||
</q-tooltip>
|
||||
</div>
|
||||
<q-input
|
||||
v-else
|
||||
|
Loading…
x
Reference in New Issue
Block a user