mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
docs(app): improve module select padding
This commit is contained in:
@@ -14,6 +14,7 @@ onMounted(() => {
|
|||||||
:items="modules"
|
:items="modules"
|
||||||
:content="false"
|
:content="false"
|
||||||
color="neutral"
|
color="neutral"
|
||||||
|
:ui="{ trigger: 'px-1' }"
|
||||||
@update:model-value="(module = $event as string)"
|
@update:model-value="(module = $event as string)"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user