style: remove global .border class and standardize border styles

Delete the unused global .border SCSS utility class from border.scss. Replace all usages of the generic "border" class with explicit "border border-[#e5e8ee]" to match the original border styling, and retain the dynamic border color override in the OrderQrcode component.
This commit is contained in:
duanshuwen
2026-07-25 10:39:44 +08:00
parent bd1725331b
commit 5209af9508
3 changed files with 3 additions and 8 deletions

View File

@@ -1,8 +1,3 @@
// 边框
.border {
border: 1px solid #e5e8ee;
}
.border-top {
border-top: 1px solid #e5e8ee;
}