细节优化

This commit is contained in:
francis_fh
2026-01-28 17:17:29 +08:00
parent a128926c21
commit 7634a24c3a
6 changed files with 18 additions and 15 deletions

View File

@@ -775,7 +775,8 @@ ol {
/* 为v-html生成的a.custom-card标签添加基础样式 */
a.custom-card {
display: block !important;
display: flex !important;
flex-direction: column !important;
margin-bottom: 22rpx !important;
background: #FFFFFF !important;
box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.04) !important;
@@ -787,7 +788,8 @@ ol {
text-decoration: none !important;
overflow: hidden !important;
box-sizing: border-box !important;
width: 100% !important;
width: calc(100% - 0rpx) !important;
max-width: 100% !important;
}
/* 卡片标题样式 */