update at 2026-02-09 16:09:44

This commit is contained in:
douboer
2026-02-09 16:09:44 +08:00
parent ffb7367d3a
commit 917f210dae
20 changed files with 790 additions and 184 deletions

View File

@@ -233,7 +233,7 @@
.preview-content {
background: transparent;
padding: 4rpx 0;
min-height: 80rpx;
min-height: 40rpx;
display: flex;
align-items: center;
justify-content: flex-start;
@@ -284,6 +284,11 @@
padding: 8rpx 8rpx;
overflow: hidden;
min-width: 0;
box-sizing: border-box;
}
.favorite-selection {
border-left: 2rpx solid #3EE4C3;
}
/* 搜索相关样式 */