From f345c115104afdbe1fcc88f12a52c9860533a100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=BA=B7?= Date: Tue, 24 Oct 2023 14:13:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/screen/largeScreen.vue | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue index b3b47ed..61e2c2f 100644 --- a/src/components/screen/largeScreen.vue +++ b/src/components/screen/largeScreen.vue @@ -697,7 +697,7 @@ div{ /deep/ .ttd{ text-align: center; - font-size: 28px; + font-size: 36px; } .mmtt111{ @@ -798,14 +798,27 @@ div{ width: 14%; } -@media screen and (max-width: 1400px) { +@media screen and (max-width: 1500px) { + h4.f24 { + font-size: 48px; + } + .ttd{ + text-align: center; + font-size: 25px; + } .s_left { width: 96%; } .tc1 { min-width: 50px; - } + } + .tc2{ + width:16% + } + .tc5 { + width: 10%; + } }