fix shortcut button
This commit is contained in:
parent
a9fb93966a
commit
7a6ecb96bb
@ -1,9 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div class="flex flex-column">
|
||||||
<div class="w100">
|
<div class="flex w100">
|
||||||
{{label}}
|
{{label}}
|
||||||
</div>
|
</div>
|
||||||
<div class="w100 dark">
|
<div class="flex w100 dark">
|
||||||
<small>
|
<small>
|
||||||
{{shortcut ? `(${shortcut})` : ''}}
|
{{shortcut ? `(${shortcut})` : ''}}
|
||||||
</small>
|
</small>
|
||||||
@ -21,7 +21,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
opacity: 50%;
|
opacity: 50%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user