From 09dadd4578bf8fedc5ef8c8c7f8b42fb96cfe702 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sat, 12 Oct 2024 10:35:04 +0800 Subject: [PATCH 1/5] =?UTF-8?q?1.=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=20=E2=80=94=E2=80=94=E2=80=94=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=88=B0=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../footer-nav/footer-nav-content.vue | 34 +++++++++++++++---- .../footer-nav/footer-nav-setting.vue | 2 +- 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/src/components/footer-nav/footer-nav-content.vue b/src/components/footer-nav/footer-nav-content.vue index 99120500..478b3eae 100644 --- a/src/components/footer-nav/footer-nav-content.vue +++ b/src/components/footer-nav/footer-nav-content.vue @@ -21,7 +21,10 @@
导航内容
-
恢复默认
+
+
同步到系统
+
恢复默认
+
图片建议宽高80*80,鼠标拖拽左侧圆点可调整导航顺序
+
+
+
-
-
+
+
@@ -146,6 +149,7 @@ watch( ); const top_padding = ref(90); const top_margin = ref(0); +const model_wall_top = ref(0); const content_style = ref(''); const content_img_style = ref(''); const main_content_style = ref('');