Browse Source

fix:修改confirmDialog图片路径

zhangrenyuan/feature-20250917134308-现金管理
zhangrenyuan 1 month ago
parent
commit
181318ef57
  1. 2
      src/components/dialogs/ConfirmDialog.vue

2
src/components/dialogs/ConfirmDialog.vue

@ -6,7 +6,7 @@
:width="width"
:close-on-click-modal="false"
:style="{
backgroundImage: 'url(/src/assets/SvgIcons/背景.svg)',
backgroundImage: 'url(@/assets/SvgIcons/背景.svg)',
backgroundSize: 'cover',
backgroundPosition: 'center',
height: '400px'

Loading…
Cancel
Save