pref: 文档样式优化

This commit is contained in:
xiaozzzi 2024-02-05 19:30:31 +08:00
parent 8e3c4d273e
commit 7bef8719af
3 changed files with 8 additions and 4 deletions

View File

@ -131,7 +131,7 @@
</el-tooltip>
</bl-row>
<bl-col width="12px" height="30px" just="end" class="workbench-more" style="position: absolute; top: 10px; right: 4px">
<bl-col width="12px" height="30px" just="end" class="workbench-more" style="">
<div class="iconbl bl-a-morevertical-line" @click="showMoreMenu"></div>
</bl-col>
</bl-row>
@ -419,7 +419,6 @@ defineExpose({ handleShowBackupDialog })
}
.bl-correlation-line {
@include themeText(2px 3px 4px rgba(107, 104, 104, 0.5), 2px 3px 5px rgb(0, 0, 0));
color: var(--el-color-primary) !important;
font-size: 40px;
padding-bottom: 0px;

View File

@ -21,9 +21,11 @@
}
.doc-trees-placeholder {
padding: 0 20px;
width: 100%;
padding-right: 35px;
color: var(--bl-text-color-light);
font-size: 13.5px;
text-align: right;
}
.doc-trees {

View File

@ -12,9 +12,12 @@
}
.workbench-more {
@include themeBg(#f5f5f5);
@include themeBg(#f5f5f5, #161616);
border-radius: 5px;
cursor: pointer;
position: absolute;
top: 10px;
right: 4px;
.iconbl {
@include themeColor(#a9a9a9, #969696);