* Fix doc menu of execution.

This commit is contained in:
zhujinyong
2021-04-02 22:11:46 +08:00
parent 1484a837b3
commit 9f2fb440fc
6 changed files with 140 additions and 49 deletions
+4 -3
View File
@@ -11,7 +11,8 @@
.main-col .detail-title {display: flex;}
.main-col .detail-title .title {margin-right: 10px;}
.main-col .detail-title .info {flex: 1 1 0;}
.main-col .detail-title .actions i {font-size: 15px; color: #8c8c8c; margin-left: 2px;}
#sidebar {width: 250px;}
#sidebar>.cell {width: 220px;}
.main-col .detail-title .actions i {font-size: 15px; color: #8c8c8c; margin-left: 5px;}
#sidebar {width: 280px;}
#sidebar>.cell {width: 265px;}
#sidebar>.sidebar-toggle {left: 5px; right: auto;}
.hide-sidebar #sidebar>.sidebar-toggle>.icon:before {content: "\e314";}