no message

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-10-14 20:19:41 +08:00
parent e7e68aa42b
commit 4a1218e2bf
8 changed files with 1075 additions and 64 deletions

View File

@@ -330,3 +330,12 @@ editor {
width: 100%;
height: 2.2667rem;
}
.btn-f {
position: fixed;
top: 50px;
left: 0;
width: 100vw;
height: 50px;
background-color: #ff0000;
z-index: 999;
}

View File

@@ -389,3 +389,13 @@ editor {
}
}
}
.btn-f {
position: fixed;
top: 50px;
left: 0;
width: 100vw;
height: 50px;
background-color: #ff0000;
z-index: 999;
}