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="#f0a020">
<InfoCircleOutlined />
<InfoCircleOutlined/>
</n-icon>
<span>认证照片不够清晰</span>
<n-button type="info" text>立即修改</n-button>
@@ -16,7 +16,7 @@
<p class="mt-3">
<n-space>
<n-icon size="20" color="#f0a020">
<InfoCircleOutlined />
<InfoCircleOutlined/>
</n-icon>
<span>备注包含敏感字符并且不能包含政治相关</span>
<n-button type="info" text>立即修改</n-button>
@@ -42,7 +42,7 @@ import { useRouter } from 'vue-router'
import { InfoCircleOutlined } from '@vicons/antd'
export default defineComponent({
components:{ InfoCircleOutlined },
components: { InfoCircleOutlined },
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>