This commit is contained in:
sunguangming
2023-07-24 15:31:53 +08:00
parent 37134d5abd
commit 8c97fd7b62
6 changed files with 126 additions and 15 deletions
+2
View File
@@ -0,0 +1,2 @@
.module-menu .tree-actions {position: absolute; right: 0px; display: none}
.module-menu .tree-item-content:hover .tree-actions {display: flex}
+5
View File
@@ -4,3 +4,8 @@
.panel h2 {font-size: 17px; font-weight: 600; margin: 0;}
.panel h3 {font-size: 17px; margin-top: 20px; margin-bottom: 10px;}
pre { display: block; padding: 9.5px; margin: 0px 0px 10px; font-size: 12px; line-height: 1.38462; color: rgb(49, 60, 82); word-break: break-all; overflow-wrap: break-word; background-color: rgb(245, 245, 245); border: 1px solid rgb(204, 204, 204); border-radius: 4px; }
.scrollbar-hover { overflow-y: scroll; }
#mainContent .panel+.panel {flex: none}
#history{ position: relative;}
#history > #closeBtn { position: absolute; right: 10px; top: 10px;}