Commit e5509129 authored by xinzhedeai's avatar xinzhedeai

样式调整

parent 9f10fec9
...@@ -111,7 +111,7 @@ const tabs = ref([ ...@@ -111,7 +111,7 @@ const tabs = ref([
]) ])
// 激活的tab索引 // 激活的tab索引
const activeTab = ref(0) const activeTab = ref(1)
// 滚动相关的引用 // 滚动相关的引用
const sosScrollWrapper = ref(null) const sosScrollWrapper = ref(null)
......
...@@ -221,6 +221,9 @@ onUnmounted(() => { ...@@ -221,6 +221,9 @@ onUnmounted(() => {
// 移除窗口大小变化监听 // 移除窗口大小变化监听
window.removeEventListener("resize", setRemUnit); window.removeEventListener("resize", setRemUnit);
// 移除html元素style属性中的font-size
document.documentElement.style.fontSize = '';
}); });
const navTo = () => { const navTo = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment