Commit 902521e6 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

chore: 自定义弹窗底部样式调整

See merge request !29
parents 940981b8 b060c588
...@@ -94,15 +94,17 @@ function handleConfirm() { ...@@ -94,15 +94,17 @@ function handleConfirm() {
<slot v-if="slots.footer" name="footer" /> <slot v-if="slots.footer" name="footer" />
<div v-else class="flex w-full items-center justify-end"> <div v-else class="flex w-full items-center justify-end">
<NButton class="h-[34px]! rounded-full! px-6! min-w-[96px]!" @click="handleCloseModal"> <NButton color="#F5F5F5" round class="h-[34px]! px-6! min-w-[96px]! text-font-color!" @click="handleCloseModal">
{{ t(cancelBtnText) }} {{ t(cancelBtnText) }}
</NButton> </NButton>
<NButton <NButton
:loading="btnLoading" :loading="btnLoading"
type="primary" type="primary"
color="#6F77FF"
round
:bordered="false" :bordered="false"
:disabled="btnDisabled" :disabled="btnDisabled"
class="h-[34px]! px-6! rounded-full! ml-4! min-w-[96px]!" class="h-[34px]! px-6! ml-4! min-w-[96px]!"
@click="handleConfirm" @click="handleConfirm"
> >
{{ t(confirmBtnText) }} {{ t(confirmBtnText) }}
......
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