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

chore: 弹窗标题大小

parent 0a42646f
...@@ -79,7 +79,7 @@ function handleConfirm() { ...@@ -79,7 +79,7 @@ function handleConfirm() {
@close="handleCloseModal" @close="handleCloseModal"
> >
<template #header> <template #header>
<div class="text-xl">{{ title }}</div> <div>{{ title }}</div>
</template> </template>
<div> <div>
...@@ -94,6 +94,7 @@ function handleConfirm() { ...@@ -94,6 +94,7 @@ function handleConfirm() {
<NButton <NButton
:loading="btnLoading" :loading="btnLoading"
type="primary" type="primary"
:bordered="false"
:disabled="btnDisabled" :disabled="btnDisabled"
class="h-[32px]! px-6! rounded-md! ml-4!" class="h-[32px]! px-6! rounded-md! ml-4!"
@click="handleConfirm" @click="handleConfirm"
......
export const modalHeaderStyle = { export const modalHeaderStyle = {
padding: '24px 24px 16px', padding: '24px 24px 16px',
fontSize: '20px', fontSize: '18px',
} }
export const modalContentStyle = { 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