mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-12 02:20:46 +08:00
🔨 Refactor: change shortKey page style
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user