mirror of
https://gitee.com/blossom-editor/blossom.git
synced 2025-12-08 01:38:27 +08:00
pref: 文档样式优化
This commit is contained in:
parent
8e3c4d273e
commit
7bef8719af
@ -131,7 +131,7 @@
|
|||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</bl-row>
|
</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>
|
<div class="iconbl bl-a-morevertical-line" @click="showMoreMenu"></div>
|
||||||
</bl-col>
|
</bl-col>
|
||||||
</bl-row>
|
</bl-row>
|
||||||
@ -419,7 +419,6 @@ defineExpose({ handleShowBackupDialog })
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bl-correlation-line {
|
.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;
|
color: var(--el-color-primary) !important;
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
|
|||||||
@ -21,9 +21,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.doc-trees-placeholder {
|
.doc-trees-placeholder {
|
||||||
padding: 0 20px;
|
width: 100%;
|
||||||
|
padding-right: 35px;
|
||||||
color: var(--bl-text-color-light);
|
color: var(--bl-text-color-light);
|
||||||
font-size: 13.5px;
|
font-size: 13.5px;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc-trees {
|
.doc-trees {
|
||||||
|
|||||||
@ -12,9 +12,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.workbench-more {
|
.workbench-more {
|
||||||
@include themeBg(#f5f5f5);
|
@include themeBg(#f5f5f5, #161616);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
position: absolute;
|
||||||
|
top: 10px;
|
||||||
|
right: 4px;
|
||||||
|
|
||||||
.iconbl {
|
.iconbl {
|
||||||
@include themeColor(#a9a9a9, #969696);
|
@include themeColor(#a9a9a9, #969696);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user