Skip to content

Commit 2cc08a8

Browse files
lizl6lizl6
authored andcommitted
ui优化
1 parent e9eda55 commit 2cc08a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ body{
2121
.frame_footer { height:30px; position: sticky!important; margin-top:2px; margin-bottom:2px; }
2222

2323
/* 标签tabs区域 */
24-
.nav {min-height:30px;}
25-
.nav>li>a {height:30px; padding-top:4px; font-size:20px;}
24+
.nav .nav-tabs {min-height:30px;}
25+
.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;}
2627

2728
/* 格式化区域 */
2829
.content{background-color:white; margin:0; padding:0; cursor:text; overflow:auto; display:flex; flex-direction:row; height:100vh;}

0 commit comments

Comments
 (0)