This commit is contained in:
Vanessa 2023-05-15 19:35:19 +08:00
parent a759936208
commit b892fadd19
2 changed files with 3 additions and 2 deletions

View file

@ -113,7 +113,8 @@
line-height: 20px;
&__text {
color: var(--b3-theme-on-surface) !important;
// import 的话会导致设置关于中 ft__error 无效
color: var(--b3-theme-on-surface);
font-size: 14px !important;
margin-top: 4px;
overflow: hidden !important;

View file

@ -83,7 +83,7 @@ export const about = {
<div class="fn__flex-1 fn__flex-center">
${window.siyuan.languages.dataRepoKey}
<div class="b3-label__text">${window.siyuan.languages.dataRepoKeyTip1}</div>
<div class="b3-label__text ft__error">${window.siyuan.languages.dataRepoKeyTip2}</div>
<div class="b3-label__text"><span class="ft__error">${window.siyuan.languages.dataRepoKeyTip2}</span></div>
</div>
<div class="fn__space"></div>
<div class="fn__size200 config__item-line fn__flex-center${window.siyuan.config.repo.key ? " fn__none" : ""}">