feat: enhance LongTextGuideCard with detailed layout and improved styles; update mocks and add padding utility

This commit is contained in:
DEV_DSW
2026-05-13 14:30:39 +08:00
parent fe5dd78632
commit 63e7abbde8
5 changed files with 449 additions and 121 deletions

View File

@@ -231,6 +231,10 @@
padding-bottom: 16px;
}
.p-18 {
padding: 18px;
}
.p-20 {
padding: 20px;
}