Commit Graph

14 Commits

Author SHA1 Message Date
duanshuwen
01fdf80a72 refactor: replace custom line-height classes with tailwind leading utils
Remove the deprecated src/static/scss/line-height.scss custom utility file, and update all component template instances of line-height-* classes to use the equivalent tailwind leading-[xxpx] utilities. This standardizes line height styling across the codebase by using native tailwind classes instead of custom SCSS helpers.
2026-07-24 17:00:35 +08:00
duanshuwen
39b91a8d05 refactor: remove gap.scss and inline gap classes
delete the standalone gap.scss utility file, remove its import from src/static/scss/index.scss, and update all component templates to replace predefined gap-* classes with inline gap-[px] notation
2026-07-24 16:54:46 +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
duanshuwen
d3d15b1a19 chore: remove unused SCSS and fix component styles
- remove unused z-index and word-break SCSS utility files and their imports from src/static/scss/index.scss
- standardize padding unit notation to [px] format in ChatQuickAccess component
- reformat long class attributes and clean up whitespace in GeneratorPhotoComponent
- fix trailing whitespace and formatting for the navigateTo call in GeneratorPhotoComponent
2026-07-24 15:36:06 +08:00
6e0988e85a feat: 调整了长文本组件的渲染 2026-05-22 13:01:09 +08:00
3d6fe2642c feat: 页面结构的调整 2026-04-29 12:31:50 +08:00
7ced6a0850 feat: 文本换行问题处理 2026-04-07 18:10:35 +08:00
duanshuwen
b7a3eb39ef feat: 相关商品样式调整 2025-11-08 13:37:33 +08:00
duanshuwen
44a3b16eb1 feat: 首页主题样式调整 2025-10-15 20:21:32 +08:00
duanshuwen
93bf65eb65 feat: 首页欢迎语组件布局调整 2025-10-14 22:15:54 +08:00
duanshuwen
03f49a5b48 feat: 调整RecommendPostsList组件样式 2025-10-14 19:52:13 +08:00
duanshuwen
4b14ea4f08 feat: 调整RecommendPostsList组件样式 2025-10-14 19:44:18 +08:00
duanshuwen
52975fe514 feat: 新增样式文件 2025-10-13 21:07:50 +08:00