From 725da078afc3398f49f1efdc25bc82b9ec1dac35 Mon Sep 17 00:00:00 2001 From: DYL0109 <dn18191638832@163.com> Date: 星期三, 16 四月 2025 19:27:30 +0800 Subject: [PATCH] Merge pull request #64 from zhitan-cloud/develop1.0 --- zhitan-vue/src/assets/styles/index.scss | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/zhitan-vue/src/assets/styles/index.scss b/zhitan-vue/src/assets/styles/index.scss index c31570b..1117766 100644 --- a/zhitan-vue/src/assets/styles/index.scss +++ b/zhitan-vue/src/assets/styles/index.scss @@ -9,10 +9,12 @@ body { height: 100%; margin: 0; + padding: 0; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; + overflow-x: hidden; /* 闃叉姘村钩婊氬姩鏉� */ } label { @@ -22,10 +24,17 @@ html { height: 100%; box-sizing: border-box; + margin: 0; + padding: 0; + overflow-x: hidden; /* 闃叉姘村钩婊氬姩鏉� */ } #app { height: 100%; + width: 100%; + margin: 0; + padding: 0; + overflow-x: hidden; /* 闃叉姘村钩婊氬姩鏉� */ } *, -- Gitblit v1.9.3