mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-11 16:53:54 +08:00
add 平台测试员列表查询接口
This commit is contained in:
@@ -29,6 +29,7 @@ UI (from `jsowell-charge-ui/`):
|
||||
|
||||
- Java: follow existing conventions (4 spaces; `PascalCase` types; `camelCase` methods; `UPPER_SNAKE_CASE` constants). Keep changes scoped to one module when possible.
|
||||
- UI: follow `jsowell-charge-ui/.editorconfig` + `jsowell-charge-ui/.eslintrc.js` (2 spaces, single quotes, no semicolons). Run `npm run lint` before PRs.
|
||||
- UI: when creating `el-card` cards in `jsowell-charge-ui`, always add top/bottom padding to the card body. The global style `jsowell-charge-ui/src/assets/styles/common.scss` sets `.el-card__body { padding: 0 20px }` (no vertical padding), so content sticks to the header/bottom edges. Prefer a scoped rule per card, e.g. `.xxx-card .el-card__body { padding: 12px 20px 14px; }`.
|
||||
|
||||
## Testing Guidelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user