🔨 Refactor: change shortKey page style

This commit is contained in:
PiEgg 2020-01-01 18:01:38 +08:00
parent e1a0cbb8a1
commit a04a25c7e0
2 changed files with 2 additions and 32 deletions

View File

@ -1,31 +0,0 @@
<template>
<el-dialog
title="设置快捷键"
:visible.sync="visible"
:modal-append-to-body="false"
>
</el-dialog>
</template>
<script>
// import keyDetect from 'utils/key-binding'
export default {
name: '',
props: {
visible: {
type: Boolean,
default: false
}
},
created () {
this.$db.get('settings.shortKey')
},
data () {
return {
list: []
}
}
}
</script>
<style lang='stylus'>
</style>

View File

@ -17,7 +17,7 @@
</template>
</el-table-column>
<el-table-column
width="180px"
width="160px"
label="快捷键绑定"
prop="key"
>
@ -36,6 +36,7 @@
</el-table-column>
<el-table-column
label="来源"
width="100px"
>
<template slot-scope="scope">
{{ calcOriginShowName(scope.row.from) }}