File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 <template #icon >
2727 <SvgIcon name =" Folder" />
2828 </template >
29- 更改
29+ 添加
3030 </n-button >
3131 </n-flex >
3232 <n-collapse-transition :show =" settingStore.localFilesPath.length > 0" >
3333 <n-card
3434 v-for =" (item, index) in settingStore.localFilesPath"
3535 :key =" index"
3636 class =" set-item"
37+ content-style =" padding: 4px 16px"
3738 >
3839 <div class =" label" >
3940 <n-text class =" name" >{{ item }}</n-text >
6162 <template #icon >
6263 <SvgIcon name =" Folder" />
6364 </template >
64- 更改
65+ 添加
6566 </n-button >
6667 </n-flex >
6768 <n-collapse-transition :show =" settingStore.localLyricPath.length > 0" >
6869 <n-card
6970 v-for =" (item, index) in settingStore.localLyricPath"
7071 :key =" index"
7172 class =" set-item"
73+ content-style =" padding: 4px 16px"
7274 >
7375 <div class =" label" >
7476 <n-text class =" name" >{{ item }}</n-text >
Original file line number Diff line number Diff line change 123123 <SvgIcon :size =" 20" name =" Folder" />
124124 </template >
125125 <template #suffix >
126- <n-button quaternary @click =" changeLocalMusicPath(index)" >
126+ <n-button :focusable = " false " quaternary @click =" changeLocalMusicPath(index)" >
127127 <template #icon >
128128 <SvgIcon :size =" 20" name =" Delete" />
129129 </template >
You can’t perform that action at this time.
0 commit comments