We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9eda55 commit 2cc08a8Copy full SHA for 2cc08a8
src/index.css
@@ -21,8 +21,9 @@ body{
21
.frame_footer { height:30px; position: sticky!important; margin-top:2px; margin-bottom:2px; }
22
23
/* 标签tabs区域 */
24
-.nav {min-height:30px;}
25
-.nav>li>a {height:30px; padding-top:4px; font-size:20px;}
+.nav .nav-tabs {min-height:30px;}
+.nav-item {min-height:30px; height:30px;}
26
+.nav>li>a {width:100%; height:100%; padding-top:0px; padding-bottom:0px; display:block; line-height:30px; font-size:15px;}
27
28
/* 格式化区域 */
29
.content{background-color:white; margin:0; padding:0; cursor:text; overflow:auto; display:flex; flex-direction:row; height:100vh;}
0 commit comments