Commit Graph

11 Commits

Author SHA1 Message Date
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