diff --git a/Yi.Bbs.Vue3/src/views/EditArticle.vue b/Yi.Bbs.Vue3/src/views/EditArticle.vue
index 865c2029..7fe41e70 100644
--- a/Yi.Bbs.Vue3/src/views/EditArticle.vue
+++ b/Yi.Bbs.Vue3/src/views/EditArticle.vue
@@ -81,7 +81,8 @@
>
-
+
@@ -352,9 +352,14 @@ const getFile = async (e) => {
margin: 1.5rem;
padding: 1.5rem;
.import-content {
+ display: flex;
+ align-items: center;
position: absolute;
top: 1.5rem;
right: 1.5rem;
+ .text {
+ margin-right: 10px;
+ }
}
.import-btn {
margin-left: 10px;