* Adjut code for js in doc .

This commit is contained in:
guofeilong
2023-04-07 16:27:32 +08:00
parent 37f33ac3b8
commit f6114edda0
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -53,5 +53,6 @@
.actions > .text {color: #8c8c8c; font-size: 14px;}
.flex-content {display: flex; width: 100%; height: 100%;}
.flex-content > #content {flex: auto; overflow-y: auto;}
.flex-content > #history {flex: 0 0 302px;;}
.flex-content > #history {flex: 0 0 302px; position: relative;}
.flex-content > #history > #closeIcon {position: absolute; right: 10px; top: 10px;}
.panel {margin-bottom: 0;}