|
|
|
@ -28,10 +28,10 @@ |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<div class="button-container"> |
|
|
|
|
<a-button type="primary" @click="handleSubmit">保存</a-button> |
|
|
|
|
<a-button type="primary" @click="router.back()">返回</a-button> |
|
|
|
|
<div class="button-container" style="margin-top: 50px"> |
|
|
|
|
<a-button type="primary" @click="handleSubmit">保存</a-button> |
|
|
|
|
<a-button type="primary" @click="router.back()" style="margin-left: 30px">返回</a-button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -123,6 +123,7 @@ const Amount = computed(() => { |
|
|
|
|
.container { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 500px; |
|
|
|
|
margin-top: 20px; |
|
|
|
|
} |
|
|
|
|
table { |
|
|
|
|
width: 100%; |
|
|
|
|