6 lines
464 B
Markdown
6 lines
464 B
Markdown
## Task Plan
|
|
|
|
1. Audit `pages/sense/healthble.uvue` styles for selectors/properties not allowed by uni-app-x Android (child combinators, pseudo selectors, unsupported units).
|
|
2. Refactor the stylesheet to use only class selectors and supported properties, introducing helper utility classes if needed for spacing.
|
|
3. Verify template bindings still render correctly after class adjustments and ensure small-screen layout remains scrollable without hidden sections.
|