no message

This commit is contained in:
A1300399510
2025-11-04 01:57:07 +08:00
parent 671732d277
commit a7d803f633
8 changed files with 43 additions and 22 deletions

View File

@@ -50,7 +50,10 @@
border-radius: 10px;
margin: 0 auto;
}
#edit .edit-container .title-input {
#edit .edit-container .title-box {
position: relative;
}
#edit .edit-container .title-box .title-input {
width: 100%;
height: 100px;
border: none;
@@ -63,6 +66,13 @@
padding: 0 36px;
border-bottom: 1px solid #ebebeb;
}
#edit .edit-container .title-box .sum {
position: absolute;
bottom: 5px;
right: 5px;
color: #555;
font-size: 14px;
}
#edit .edit-container .editor-toolbar {
height: 36px;
background-color: #fbfbfb;