@@ -1,5 +1,5 @@
<template>
- <a-button v-bind="newAttrs" :loading="inInterval" @click="insideClick">
+ <a-button v-bind="newAttrs" :loading="inInterval.value" @click="insideClick">
<template v-for="(_, slot) of $slots" v-slot:[slot]="scope">
<slot :name="slot" v-bind="scope" />
</template>
@@ -45,12 +45,12 @@
cancel-text="取消"
@confirm="$emit('allZeroSubmit')"
>
- <a-button type="primary" shape="round" size="medium">
+ <a-button type="primary" shape="round" size="middle">
全零分
</a-button>
</a-popconfirm>
- <qm-button type="primary" shape="round" size="medium" @click="submit">
+ <qm-button type="primary" shape="round" size="middle" @click="submit">
提交
</qm-button>
</div>
@@ -30,12 +30,12 @@