From 93c0e388bc3fe955c223e1b23a1f4257b1d60d11 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期二, 09 五月 2023 09:34:56 +0800 Subject: [PATCH] 适配提交 --- src/components/Screen/left.vue | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/components/Screen/left.vue b/src/components/Screen/left.vue index a1643d0..dd2fd1b 100644 --- a/src/components/Screen/left.vue +++ b/src/components/Screen/left.vue @@ -11,21 +11,21 @@ v-if="currentDisplay == '澶у睆' && ChartDisplay" > <div - class="current1" + class="current1 current1-1" id="leftCurrent1" > <div class="aside-title">鏁版嵁鐢宠娆℃暟</div> <count-data-apply></count-data-apply> </div> <div - class="current1" + class="current1 current1-2" id="leftCurrent2" > <div class="aside-title">鐢ㄦ埛璁块棶閲�</div> <service-type></service-type> </div> <div - class="current1" + class="current1 current1-3" id="leftCurrent3" > <div class="aside-title">椤圭洰瀛樺偍淇℃伅</div> @@ -753,4 +753,16 @@ } } } +@media (max-width: 1400px) { + .current .leftContainer .current1-1 { + height: 28%; + } + .current .leftContainer .current1-2 { + + height: 42%; + } + .current .leftContainer .current1-3 { + height: 28%; + } +} </style> -- Gitblit v1.9.3