mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-08 04:04:04 +08:00
update files
This commit is contained in:
parent
0b8eb53557
commit
e1c9c15fc4
@ -12,7 +12,7 @@
|
|||||||
<div class="fn-right">
|
<div class="fn-right">
|
||||||
<ul class="ui-command fn-clear">
|
<ul class="ui-command fn-clear">
|
||||||
<li v-for="cmd in command">
|
<li v-for="cmd in command">
|
||||||
<a href="javascript:;">
|
<a :title="cmd.name" href="javascript:;">
|
||||||
<i class="icon-play"></i>
|
<i class="icon-play"></i>
|
||||||
{{ cmd.name }}
|
{{ cmd.name }}
|
||||||
</a>
|
</a>
|
||||||
@ -21,7 +21,7 @@
|
|||||||
<a href="javascript:;" @click="commandToggle">更多 <i class="icon-expand"></i></a>
|
<a href="javascript:;" @click="commandToggle">更多 <i class="icon-expand"></i></a>
|
||||||
<ul v-show="showMoreCommand" class="ui-command-popup">
|
<ul v-show="showMoreCommand" class="ui-command-popup">
|
||||||
<li v-for="moreCmd in moreCommand">
|
<li v-for="moreCmd in moreCommand">
|
||||||
<a href="javascript:;">
|
<a :title="moreCmd.name" href="javascript:;">
|
||||||
<i class="icon-play"></i>
|
<i class="icon-play"></i>
|
||||||
{{ moreCmd.name }}
|
{{ moreCmd.name }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user