fix Bug Features CHANGELOG.ms

This commit is contained in:
Ah jung
2021-07-19 16:42:11 +08:00
parent 46dc7eb69e
commit b689fabfdd
148 changed files with 5829 additions and 4268 deletions
+5 -4
View File
@@ -7,7 +7,7 @@
<p class="mt-3">
<n-space align="center">
<n-icon size="20" color="#18a058">
<CheckCircleOutlined />
<CheckCircleOutlined/>
</n-icon>
<span>转入支付宝账户189****54261980</span>
<n-button type="info" text>立即撤回</n-button>
@@ -16,7 +16,7 @@
<p class="mt-3">
<n-space>
<n-icon size="20" color="#18a058">
<CheckCircleOutlined />
<CheckCircleOutlined/>
</n-icon>
<span>转入支付宝账户187****54262980</span>
<n-button type="info" text>立即撤回</n-button>
@@ -42,7 +42,7 @@ import { useRouter } from 'vue-router'
import { CheckCircleOutlined } from '@vicons/antd'
export default defineComponent({
components:{ CheckCircleOutlined },
components: { CheckCircleOutlined },
setup() {
const router = useRouter()
return {
@@ -59,6 +59,7 @@ export default defineComponent({
margin: 0 auto;
text-align: center;
padding-top: 5px;
&-extra {
padding: 24px 40px;
text-align: left;
@@ -66,4 +67,4 @@ export default defineComponent({
border-radius: 4px;
}
}
</style>
</style>