diff --git a/open-isle-cli/src/views/SettingsPageView.vue b/open-isle-cli/src/views/SettingsPageView.vue index 0839725f4..3af68900b 100644 --- a/open-isle-cli/src/views/SettingsPageView.vue +++ b/open-isle-cli/src/views/SettingsPageView.vue @@ -13,22 +13,22 @@
-
用户名是你在社区的唯一标识
+
用户名是你在社区的唯一标识
-
- - -
自我介绍会出现在你的个人主页,可以简要介绍自己
+
+
自我介绍
+ +
自我介绍会出现在你的个人主页,可以简要介绍自己

管理员设置

- +
发布规则
- +
密码强度
@@ -175,11 +175,31 @@ export default { flex-direction: column; } +.username-row { + max-width: 300px; +} + .admin-section { margin-top: 30px; padding-top: 10px; } +.setting-title { + font-size: 14px; + font-weight: bold; + margin-bottom: 5px; +} + +.setting-description { + font-size: 12px; + color: #666; + margin-top: 5px; +} + +.introduction-row { + max-width: 500px; +} + .profile-section { margin-bottom: 30px; }