fix shortcut button

This commit is contained in:
Tamius Han 2019-01-03 02:05:54 +01:00
parent a9fb93966a
commit 7a6ecb96bb

View File

@ -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%;
} }