修改:界面样式

This commit is contained in:
2024-01-15 04:17:03 +08:00
parent ec8cf958b7
commit 2f9cde6ce4
10 changed files with 154 additions and 80 deletions

View File

@@ -167,6 +167,11 @@ th{
}
.tlist>li{
margin-top: 0;
/*设置不换行*/
white-space: nowrap;
/*设置高度*/
/*height: 30px;
padding: 0;*/
}
.tlist>li.active>a,
.tlist>li.active>a:focus,
@@ -174,6 +179,7 @@ th{
.tlist>li>a:hover {
background-color: #e2effc;
border-radius: 2px 0 0 2px;
border-left: 5px solid #a5cff8;
}
/* 为可拖动的条目应用可移动光标类型 */