mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-07 22:04:06 +08:00
feat: 支持鼠标悬停展示完整数据库路径
This commit is contained in:
parent
bbe75b1910
commit
6973c2a838
@ -11,7 +11,7 @@
|
||||
<div class="setting-card-content">
|
||||
<div class="setting-card-content-item">
|
||||
<span>数据库路径</span>
|
||||
<el-input class="path" v-model="path" disabled></el-input>
|
||||
<el-input class="path" v-model="path" :title="path" disabled></el-input>
|
||||
<el-button type="primary" @click="handlePathBtnClick('modify')">修改</el-button>
|
||||
<el-button @click="handlePathBtnClick('open')" v-show="path">打开</el-button>
|
||||
<input type="file" id="database-path" :style="{ display: 'none' }" />
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import { ElButton, ElInput, ElMessage, ElMessageBox } from 'element-plus'
|
||||
import { ElMessage, ElMessageBox } from 'element-plus'
|
||||
import setting from '../global/readSetting'
|
||||
import restoreSetting from '../global/restoreSetting'
|
||||
import defaultOperation from '../data/operation.json'
|
||||
|
Loading…
x
Reference in New Issue
Block a user