Add compile to ToolBase management page

This commit is contained in:
2024-01-23 15:32:15 +08:00
parent e2d2710823
commit 2e331658c5
8 changed files with 276 additions and 91 deletions

View File

@@ -19,7 +19,7 @@
> *:nth-child(2) {
position: sticky;
top: 20px;
height: calc(100vh - 40px);
height: calc(100vh - 60px);
}
.close-editor-btn {