* feat(mobile): improve mobile UI styling and theme
- Adjust GridCard and mobile page styling
- Update mobile theme tokens with compact algorithm
- Refine spacing, border radius, and padding for mobile components
* feat(mobile): enhance workbench block layout and styling for mobile
- Refactor WorkbenchBlock and WorkbenchAction components for improved mobile responsiveness
- Integrate antd-mobile Grid and List components
- Update styling for grid and list layouts
- Optimize responsive space and item rendering
- Remove manual width calculations and resize observers
* feat(mobile): adjust menu item styling for mobile layout
- Add margin and width adjustments for mobile menu items
- Ensure consistent spacing and sizing of menu elements
- Improve visual layout of menu items in mobile view
* feat(mobile): adjust table container margins in mobile layout
- Remove hardcoded negative margins for table containers
- Improve responsive styling for mobile table layouts
* feat(mobile): refine grid card and nester component styling
- Update GridCard component with token-based margin and border radius
- Adjust InternalNester CSS with dynamic padding and margin
- Improve responsive styling for grid and card components
* feat(mobile): clean up and optimize mobile component styles
- Remove unnecessary chart block and action bar styling
- Simplify CSS rules for mobile components
- Clean up commented-out and redundant style definitions
* test(mobile): improve z-index test with precise click positioning
- Add click positioning to edit action buttons in z-index test
- Ensure consistent and precise interaction in multi-level page navigation
* chore: make e2e more stable