mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-06 16:58:26 +08:00
pref: 文档样式优化
This commit is contained in:
parent
8e3c4d273e
commit
7bef8719af
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user