refactor: adopt text-ink-600 token and clean up OrderCard
Replace all hardcoded #525866 text color with the text-ink-600 design token across components and pages. Refactor the OrderCard component by moving external SCSS styles to scoped styles, replace legacy class names with Tailwind utilities, and fix minor inconsistencies. Fix the typo in src/pages/quick/index.vue where rounded-[5px]0 was used incorrectly, and delete the unused OrderCard styles file.
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
</div>
|
||||
|
||||
<div v-else class=" left flex-full p-[12px]">
|
||||
<div class="text-[12px] text-[#525866] leading-[20px] mb-4">
|
||||
<div class="text-[12px] text-ink-600 leading-[20px] mb-4">
|
||||
联系方式: {{ contactPhone }}
|
||||
</div>
|
||||
<div class="text-[12px] text-[#525866] leading-[20px] ellipsis-2">
|
||||
<div class="text-[12px] text-ink-600 leading-[20px] ellipsis-2">
|
||||
意见内容: {{ contactText }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user