h5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
303 B

<template>
<div class="flex justify-around">
<button class="text-xs bg-blue-500 text-white leading-6" style="width: 250rpx">财务审批</button>
<button class="text-xs bg-blue-500 text-white leading-6" style="width: 250rpx">财务统计</button>
</div>
</template>
<script setup></script>