多项更新优化
This commit is contained in:
@@ -1122,7 +1122,23 @@ tr:hover {
|
||||
font-weight: 600;
|
||||
color: #2d3748;
|
||||
margin-bottom: 8px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* 搜索框样式优化 */
|
||||
#logs-search {
|
||||
/* 确保搜索框在所有设备上都有合适的宽度 */
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 在移动设备上进一步优化搜索框 */
|
||||
@media (max-width: 768px) {
|
||||
/* 确保搜索框在移动设备上占满宽度 */
|
||||
#logs-search {
|
||||
width: 100%;
|
||||
padding: 0.5rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* 浮窗内容项 */
|
||||
|
||||
Reference in New Issue
Block a user