mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-02 11:08:13 -05:00
🔨 Refactor: change shortKey page style
This commit is contained in:
parent
e1a0cbb8a1
commit
a04a25c7e0
@ -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>
|
@ -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) }}
|
||||
|
Loading…
Reference in New Issue
Block a user