From 0326804dd7bf985d1912abbab10dec84923acef6 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 12 七月 2024 18:02:15 +0800 Subject: [PATCH] 1 --- src/pages/character/index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/character/index.vue b/src/pages/character/index.vue index b7688d7..daa005d 100644 --- a/src/pages/character/index.vue +++ b/src/pages/character/index.vue @@ -4,7 +4,7 @@ > <headNav idIndex="1" text="涓尰浜虹墿鏁版嵁搴�" /> <!-- 楂樼骇鎼滅储 --> - <view style="margin: 0.35rem 0 0.16rem 0"> + <view style="margin-top: 0.1rem"> <advancedSearch @onSearch="onSearch" @onSubmit="onSubmit" @@ -32,7 +32,7 @@ <!-- 鍏崇郴琛ㄥ湴鍥� --> <view id="relation" - style="margin-top: 0.2rem; flex: 1; width: 100%; position: relative" + style="margin-top: 0.1rem; flex: 1; width: 100%; position: relative" > <div v-if="!loading && relationships.length == 0" @@ -348,17 +348,17 @@ let Distance = 10; // 涓嶅悓灏哄涓嬩慨鏀筫charts鐨勫瓧浣� if (window.innerWidth > 2560 && window.innerWidth <= 3840) { - FontSize = 28; + FontSize = 20; BorderWidth = 5; - SymbolSize = 100; + SymbolSize = 90; Distance = 33; } else if (window.innerWidth > 1920 && window.innerWidth <= 2560) { - FontSize = 28; + FontSize = 18; BorderWidth = 4; - SymbolSize = 90; + SymbolSize = 80; Distance = 22; } else if (window.innerWidth >= 1366 && window.innerWidth <= 1920) { - FontSize = 18; + FontSize = 14; BorderWidth = 4; SymbolSize = 70; Distance = 22; -- Gitblit v1.9.1