mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
3b24075f7e
commit
53e90d4e29
3 changed files with 18 additions and 11 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: 203;
|
z-index: 305;
|
||||||
|
|
||||||
&--open {
|
&--open {
|
||||||
.b3-dialog__scrim {
|
.b3-dialog__scrim {
|
||||||
|
|
|
||||||
|
|
@ -29,15 +29,22 @@
|
||||||
@import "viewer";
|
@import "viewer";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
z-index:
|
// 需小于 .block__popover https://github.com/siyuan-note/siyuan/issues/3515
|
||||||
ctrl+p 搜索: 199 // 需小于 .block__popover https://github.com/siyuan-note/siyuan/issues/3515
|
ctrl+p 搜索: 199
|
||||||
.hint & .protyle-util: 200 // 需小于 .b3-dialog
|
// 需小于 .b3-dialog
|
||||||
.block__popover: 201 // 需小于 .b3-dialog https://ld246.com/article/1637204682648
|
.hint & .protyle-util: 200
|
||||||
.b3-dialog: 203 // 需小于 #windowControls
|
// 需小于 .b3-dialog https://ld246.com/article/1637204682648
|
||||||
#windowControls: 302
|
.block__popover: 201
|
||||||
.protyle-util: 303 // 需大于 .block__popover https://github.com/siyuan-note/siyuan/issues/3276
|
// 需大于 .block__popover https://github.com/siyuan-note/siyuan/issues/3276
|
||||||
.b3-menu: 304 // 需大于 .block__popover
|
.protyle-util: 303
|
||||||
progressLoading: 400 // 需大于 .b3-dialog
|
// 需大于 .block__popover
|
||||||
|
.b3-menu: 304
|
||||||
|
// 需小于 #windowControls
|
||||||
|
// 需大于 .protyle-util https://github.com/siyuan-note/siyuan/issues/5069
|
||||||
|
.b3-dialog: 305
|
||||||
|
// 需大于 .b3-dialog
|
||||||
|
progressLoading: 400
|
||||||
|
#windowControls: 502
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.inbox {
|
.inbox {
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,7 @@ const initBar = () => {
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<div class="fn__flex-1 fn__ellipsis" id="drag"><span class="fn__none">开发版,使用前请进行备份 Development version, please backup before use</span></div>
|
<div class="fn__flex-1 fn__ellipsis" id="drag"><span class="fn__none">开发版,使用前请进行备份 Development version, please backup before use</span></div>
|
||||||
<div class="fn__flex" style="top: -1px;z-index: 302;right: -1px;position: relative;" id="windowControls"></div>`;
|
<div class="fn__flex" style="top: -1px;z-index: 502;right: -1px;position: relative;" id="windowControls"></div>`;
|
||||||
document.getElementById("barBack").addEventListener("click", () => {
|
document.getElementById("barBack").addEventListener("click", () => {
|
||||||
goBack();
|
goBack();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue