Skip to content

Commit

Permalink
style(PDFToolkit): 🌈 fix tooltip color
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocyss committed Jan 12, 2024
1 parent bc8d4a7 commit 60eefd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PDFToolkit/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ onMounted(() => {
>
<template #tooltip>
可以手动输入,也可以指定字段
<n-ul>
<n-ul style="--n-text-color:unset;">
<n-li>使用`,`来分隔单个页码,如 3,5,8 将按3,5,8页进行拆分合并为一个文件。</n-li>
<n-li>使用`-`或`to`来表示一个区间,如 3-7 将从第3页开始到第7页进行拆分合并为一个文件。</n-li>
<n-li>使用`/`额外创建一个文件,如 1/2-5 将拆分为两个文件,第一个文件只有第一页,第二个文件从第2页到第5页。</n-li>
Expand Down

0 comments on commit 60eefd6

Please sign in to comment.