Commit 84532bf6 authored by nick zheng's avatar nick zheng

chore: 弹窗标题大小

parent 0a42646f
......@@ -79,7 +79,7 @@ function handleConfirm() {
@close="handleCloseModal"
>
<template #header>
<div class="text-xl">{{ title }}</div>
<div>{{ title }}</div>
</template>
<div>
......@@ -94,6 +94,7 @@ function handleConfirm() {
<NButton
:loading="btnLoading"
type="primary"
:bordered="false"
:disabled="btnDisabled"
class="h-[32px]! px-6! rounded-md! ml-4!"
@click="handleConfirm"
......
export const modalHeaderStyle = {
padding: '24px 24px 16px',
fontSize: '20px',
fontSize: '18px',
}
export const modalContentStyle = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment