feat: style
This commit is contained in:
@@ -77,7 +77,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
<Modal :close-on-click-modal="false" :title="title" class="w-[40%]">
|
||||
<Modal :close-on-click-modal="false" :title="title" class="w-2/5">
|
||||
<Form />
|
||||
</Modal>
|
||||
</template>
|
||||
|
||||
@@ -161,7 +161,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal :close-on-click-modal="false" :title="title" class="w-[40%]">
|
||||
<Modal :close-on-click-modal="false" :title="title" class="w-2/5">
|
||||
<Form :schema="channelSchema(formType)" />
|
||||
</Modal>
|
||||
</template>
|
||||
|
||||
@@ -364,7 +364,7 @@ onMounted(async () => {
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
<Modal class="w-[40%]" :title="title">
|
||||
<Modal class="w-2/5" :title="title">
|
||||
<QRCode v-if="qrCode.visible" :value="qrCode.url" />
|
||||
<Input
|
||||
v-if="barCode.visible"
|
||||
|
||||
@@ -49,7 +49,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal class="w-[40%]" :title="$t('ui.actionTitle.create', ['退款订单'])">
|
||||
<Modal class="w-2/5" :title="$t('ui.actionTitle.create', ['退款订单'])">
|
||||
<Form class="mx-4" />
|
||||
</Modal>
|
||||
</template>
|
||||
|
||||
@@ -49,7 +49,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal class="w-[40%]" :title="$t('ui.actionTitle.create', ['示例提现单'])">
|
||||
<Modal class="w-2/5" :title="$t('ui.actionTitle.create', ['示例提现单'])">
|
||||
<Form class="mx-4" />
|
||||
</Modal>
|
||||
</template>
|
||||
|
||||
@@ -31,7 +31,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
<template>
|
||||
<Modal
|
||||
title="消息详情"
|
||||
class="w-[40%]"
|
||||
class="w-2/5"
|
||||
:show-cancel-button="false"
|
||||
:show-confirm-button="false"
|
||||
>
|
||||
|
||||
@@ -92,7 +92,7 @@ const [Modal, modalApi] = useVbenModal({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal class="w-[40%]" :title="getTitle">
|
||||
<Modal class="w-2/5" :title="getTitle">
|
||||
<Form class="mx-4" />
|
||||
</Modal>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user