Commit Graph

14 Commits

Author SHA1 Message Date
duanshuwen
5f06d8ef11 refactor: migrate legacy color classes to inline tailwind text utilities
Replace all usages of legacy `.color-*` and `.text-color-*` SCSS utility classes with inline Tailwind `text-[#hexcode]` arbitrary value classes. Remove the deprecated `src/static/scss/colors.scss` file, and fix minor formatting/indentation issues across multiple component files.
2026-07-24 21:38:17 +08:00
duanshuwen
e174e3b726 style: remove redundant box-border utility classes
Remove the unnecessary box-border CSS class from component template class lists across the codebase, cleaning up styling without altering any component functionality.
2026-07-24 16:50:53 +08:00
duanshuwen
cb7054cd90 refactor: replace border-box with box-border and clean up unused scss
Remove the unused box-sizing.scss stylesheet and its import from the main SCSS index file.
Update all Vue component template class references from the custom border-box class to the
native box-border utility class to eliminate redundant custom CSS and align with the project's
utility class conventions.
2026-07-24 16:48:07 +08:00
duanshuwen
79b101978a style: replace legacy padding classes with inline pixel values
Remove the unused padding.scss stylesheet and its import from the main SCSS entrypoint. Update all legacy padding utility class names across every Vue component to use inline pixel-based utility classes (such as replacing `pl-12` with `pl-[12px]`). Also clean up extraneous whitespace and line breaks in component templates for improved readability.
2026-07-24 16:36:44 +08:00
1c5a7ddaab feat: 商品卡片组件的样式调整 2026-03-11 15:47:54 +08:00
364e47b641 feat: 图片样式调整 2025-12-15 18:38:48 +08:00
duanshuwen
a7348c2002 feat: 相关商品样式调整 2025-11-09 18:01:49 +08:00
duanshuwen
bf5224dabe feat: 相关商品样式调整 2025-11-09 17:26:01 +08:00
duanshuwen
6d4887aa90 feat: 相关商品交互调试 2025-11-08 14:48:26 +08:00
duanshuwen
b7a3eb39ef feat: 相关商品样式调整 2025-11-08 13:37:33 +08:00
duanshuwen
21e64ba6a6 feat: 相关商品交互调整 2025-11-08 12:45:45 +08:00
duanshuwen
213c58e5c5 feat: 调整相关商品 2025-11-07 21:15:28 +08:00
duanshuwen
0bbd5a912e feat: 相关商品问题修复 2025-11-06 21:10:26 +08:00
98e6c55ccf feat: 实现相关商品的样式调整 2025-10-31 01:16:00 +08:00