作者 dong

存入按钮改为蓝色

... ... @@ -5,7 +5,7 @@
<a-button @click="closeModal">取消</a-button>
<!-- 根据 showSaveButton 决定显示哪个按钮 -->
<template v-if="showSaveButton">
<a-button @click="handleSubmit">存入</a-button>
<a-button @click="handleSubmit" type="primary">存入</a-button>
</template>
<template v-else>
<a-button @click="handleSubmit">确认</a-button>
... ...