ViewRead โ
Source: client/lib/theme/vueda-tailwind/views/index.js
Outer wrapper. Layout-only; PageTitle, the StickyBar, and the body below own the visible chrome, so this stays empty by default.
Vue component: ViewRead
| Slot | Default classes | Description |
|---|---|---|
| root | Outer wrapper. Layout-only; PageTitle, the StickyBar, and the body below own the visible chrome, so this stays empty by default. | |
| body | px-5 py-5 | Body region wrapping the error display and the read-only field layout. px-5 py-5 sets the content gutter; the horizontal px-5 aligns the body's left edge with the StickyBar controls and PageTitle title above it so the page chrome reads as a continuous column. Inherited $attrs (including a consumer-supplied class) merge here. |
root โ
Outer wrapper. Layout-only; PageTitle, the StickyBar, and the body below own the visible chrome, so this stays empty by default.
Source: client/lib/theme/vueda-tailwind/views/ViewRead.theme.js:18
body โ
Body region wrapping the error display and the read-only field layout.
px-5 py-5sets the content gutter; the horizontalpx-5aligns the body's left edge with the StickyBar controls and PageTitle title above it so the page chrome reads as a continuous column. Inherited$attrs(including a consumer-suppliedclass) merge here.
Default classes:
px-5 py-5
Source: client/lib/theme/vueda-tailwind/views/ViewRead.theme.js:22