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