Commit Graph

19 Commits

Author SHA1 Message Date
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
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
395ed154b2 feat: 增加对比组件 2026-06-12 15:35:02 +08:00
c5d3bf5dbb feat: 实现骨架屏的渲染 2026-06-05 16:31:03 +08:00
9d7a75a307 feat: 兼容老的长文本 2026-06-05 15:01:15 +08:00
97eff4d501 feat: 样式调整 2026-06-05 12:14:48 +08:00
fa04507134 feat: 调整样式 2026-06-05 11:46:15 +08:00
3e06ae544b feat: 组件的数据结构调整 2026-06-05 11:35:06 +08:00
941da784ea feat: 样式调整 2026-06-04 17:05:24 +08:00
19b97fc326 feat: 填充了组件 2026-06-04 09:47:53 +08:00
c3cf6f2f12 feat: 样式的调整 2026-06-04 01:16:05 +08:00
190f9383df feat: 颜色样式随机调整 2026-06-03 22:08:17 +08:00
932783af2c feat: 长文本组件调整 2026-05-22 14:27:18 +08:00
6e0988e85a feat: 调整了长文本组件的渲染 2026-05-22 13:01:09 +08:00
1a331d2ae2 feat: 组件的调试 2026-05-22 11:58:49 +08:00
d087ee6b35 feat: 长文本组件的对接调试 2026-05-20 15:26:52 +08:00
736c2feb4f feat: 调整了目录结构 2026-04-23 16:37:26 +08:00