Commit Graph

24 Commits

Author SHA1 Message Date
duanshuwen
4af4255610 refactor: migrate to tailwind arbitrary width classes
remove the unused src/static/scss/width.scss file and its import from index.scss, replace all existing custom width utility class usages with the equivalent Tailwind arbitrary width syntax
2026-07-24 22:28:16 +08:00
duanshuwen
157b4f7e22 refactor: remove font-size utility file and replace with inline text classes
Delete the src/static/scss/font-size.scss utility file, and replace all legacy `font-size-*` class usages across the codebase with inline `text-[numberpx]` styling to consolidate font size definitions and remove redundant utility code.
2026-07-24 22:10:16 +08:00
duanshuwen
872a3fac18 refactor: remove custom font-weight scss and update class usages
Delete the standalone font-weight.scss utility file, remove its import from the main scss index, and update all existing references to the custom font-{weight} classes to use either built-in semantic font utilities or inline functional font weight classes matching the project's utility-first styling pattern.
2026-07-24 22:05:42 +08:00
duanshuwen
c125154a75 refactor: remove margin utils, use inline pixel spacing
Delete the src/static/scss/margin.scss utility file, update all component templates to replace pre-defined margin classes with inline arbitrary pixel values (e.g. mb-[4px] instead of mb-4), and clean up long template lines for better readability.
2026-07-24 22:02:09 +08:00
duanshuwen
0883d2b9c9 refactor: replace rounded utility classes and clean up unused scss files
Removed unused text-align.scss, position.scss, and rounded.scss utility files along with their imports from scss/index.scss. Updated all existing uses of the rounded-* utility classes in vue components to use inline border-radius syntax like rounded-[10px] instead.
2026-07-24 21:46:42 +08:00
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
c59342c22c feat: 卡片调整 2026-06-05 15:19:32 +08:00
9d7a75a307 feat: 兼容老的长文本 2026-06-05 15:01:15 +08:00
79abfd9d8c feat: 样式调整 2026-06-05 13:49:50 +08:00
97eff4d501 feat: 样式调整 2026-06-05 12:14:48 +08:00
3e06ae544b feat: 组件的数据结构调整 2026-06-05 11:35:06 +08:00
afee02de33 feat: 组件样式调整 2026-06-04 11:21:52 +08:00
e5ec442500 feat: 改造了组件的渲染逻辑 2026-06-04 10:57:28 +08:00
190f9383df feat: 颜色样式随机调整 2026-06-03 22:08:17 +08:00
c99513a84e feat:样式调整 2026-06-03 20:55:39 +08:00
cf13fc7e9b feat: 样式调整 2026-05-22 16:23:38 +08:00
932783af2c feat: 长文本组件调整 2026-05-22 14:27:18 +08:00
e605d68d59 feat: 处理数据 2026-05-21 16:35:37 +08:00
d087ee6b35 feat: 长文本组件的对接调试 2026-05-20 15:26:52 +08:00
e3bf1ff682 feat: 修复回答组件跳动的问题 2026-05-15 09:56:34 +08:00
736c2feb4f feat: 调整了目录结构 2026-04-23 16:37:26 +08:00