8f62f65c0b548fbea5c8a7d096b72e7a61a4b17f
按 /style-alignment skill 重新对齐: - 用 el-form + el-form-item (skill form 页标准, 不另起 div.form-actions) - 用 el-button type=primary (Element Plus 默认主题, 不覆盖 CSS) - 用 el-input / el-date-picker (替代 raw input[type=text], Element Plus 风格统一) - 删自定义 .btn / .btn-primary / .btn-default / .form-row / .form-label / .form-input CSS - 删自定义 2 列 grid 布局 (prototype 特定, 跟项目标准不符) - 11 项全用 el-form-item 包裹 (label 无冒号) - 底部按钮直接 <el-form-item> 包裹 (skill 标准) - 单 page-card + max-width: 1200px (form 页 skill 标准) - 保留 红字提示 .hint-text + 只读值 .form-value 业务专属 CSS - 保留 el-form :rules 校验 (替代手动 if 判断) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
20 MiB
Languages
Java
43.8%
Vue
26.8%
HTML
26%
Python
1.3%
JavaScript
1.2%
Other
0.8%