Browse Source

Merge remote-tracking branch 'origin/milestone-20250913-现金管理' into milestone-20250913-现金管理

lihuilin/feature-20250923114949-现金
zhangyongQINGHU 1 month ago
parent
commit
5742ce49d0
  1. 3
      src/components/dialogs/ConfirmDialog.vue

3
src/components/dialogs/ConfirmDialog.vue

@ -6,7 +6,7 @@
:width="width"
:close-on-click-modal="false"
:style="{
backgroundImage: 'url(@/assets/SvgIcons/背景.svg)',
backgroundImage: `url(${BackgroundSvg})`,
backgroundSize: 'cover',
backgroundPosition: 'center',
height: '400px'
@ -33,6 +33,7 @@
<script setup>
import { ref, watch } from 'vue'
import BackgroundSvg from '@/assets/SvgIcons/背景.svg'
//
const props = defineProps({

Loading…
Cancel
Save