style: 格式化样式

This commit is contained in:
lrl
2025-07-15 13:25:44 +08:00
parent 6ce1363dea
commit e88c17f7e2
3 changed files with 13 additions and 10 deletions

View File

@@ -485,14 +485,17 @@ onMounted(async () => {
background-color: #fff;
border-radius: 4px;
}
.product-description :deep(img) {
max-width: 100%;
height: auto;
}
.product-description :deep(table) {
width: 100%;
border-collapse: collapse;
}
.product-description :deep(table td) {
padding: 8px;
border: 1px solid #eee;