diff --git a/frontend/src/components/LeftMenuBtn.vue b/frontend/src/components/LeftMenuBtn.vue
index a37049d3..38f336cf 100644
--- a/frontend/src/components/LeftMenuBtn.vue
+++ b/frontend/src/components/LeftMenuBtn.vue
@@ -26,7 +26,10 @@ defineProps<{
.btn {
display: flex;
text-align: center;
- padding: 8px 12px;
+ display: flex;
+ align-items: center;
+ height: 40px;
+ padding: 0px 12px;
min-width: 40px;
cursor: pointer;
border-radius: 6px;
diff --git a/frontend/src/widgets/Settings.vue b/frontend/src/widgets/Settings.vue
index 2c6584f3..2dd43c02 100644
--- a/frontend/src/widgets/Settings.vue
+++ b/frontend/src/widgets/Settings.vue
@@ -134,22 +134,6 @@ onMounted(async () => {
/>
-
- {{ t("面板绑定IP") }}
-
- {{
- t(
- "适用于主机上拥有多张网卡多个IP地址的情况,如果您只有一个公网IP,那么请不要配置此项。"
- )
- }}
-
-
-
-
{{ t("预设资源下载点") }}
@@ -161,6 +145,21 @@ onMounted(async () => {
+
+
+
+ {{ t("面板绑定IP") }}
+
+ {{
+ t(
+ "适用于主机上拥有多张网卡多个IP地址的情况,如果您只有一个公网IP,那么请不要配置此项。"
+ )
+ }}
+
+