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:
@@ -1,8 +1,3 @@
|
||||
// 边框
|
||||
.border {
|
||||
border: 1px solid #e5e8ee;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid #e5e8ee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user