mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-08 21:38: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>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
width="180px"
|
width="160px"
|
||||||
label="快捷键绑定"
|
label="快捷键绑定"
|
||||||
prop="key"
|
prop="key"
|
||||||
>
|
>
|
||||||
@ -36,6 +36,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="来源"
|
label="来源"
|
||||||
|
width="100px"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ calcOriginShowName(scope.row.from) }}
|
{{ calcOriginShowName(scope.row.from) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user