💄
This commit is contained in:
parent
a759936208
commit
b892fadd19
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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" : ""}">
|
||||
|
|
Loading…
Add table
Reference in a new issue