perf:优化上传图像

This commit is contained in:
Xwen
2024-01-02 21:09:07 +08:00
parent 31d0f867cb
commit abd7074e1d
2 changed files with 6 additions and 0 deletions

View File

@@ -126,4 +126,9 @@ onMounted(() => {
.app-container {
padding: 20px;
}
.text-center {
display: flex;
justify-content: center;
margin-bottom: 10px;
}
</style>

View File

@@ -250,6 +250,7 @@ onMounted(async () => {
.user-info-head:hover:after {
content: "+";
text-align: center;
position: absolute;
left: 0;
right: 0;