feat: 完成基本的详情生成

This commit is contained in:
augushong
2026-01-09 00:02:33 +08:00
parent 0e92ab2363
commit d5be4cbbaa
8 changed files with 46 additions and 51 deletions

View File

@@ -587,8 +587,7 @@ table样式
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 15px;
padding-bottom: 10px;
padding: 5px;
border-bottom: 1px solid #e8e8e8;
}
@@ -599,8 +598,7 @@ table样式
/* 字段项样式 */
.detail-field-item {
margin-bottom: 15px;
padding-bottom: 15px;
padding: 5px;
border-bottom: 1px solid #f0f0f0;
overflow: hidden;
}

View File

@@ -593,8 +593,7 @@ table样式
font-size: 16px;
font-weight: bold;
color: #333;
margin-bottom: 15px;
padding-bottom: 10px;
padding: 5px;
border-bottom: 1px solid #e8e8e8;
}
@@ -605,8 +604,7 @@ table样式
/* 字段项样式 */
.detail-field-item {
margin-bottom: 15px;
padding-bottom: 15px;
padding: 5px;
border-bottom: 1px solid #f0f0f0;
overflow: hidden;
}