From 37446a46b11fcf43b3d117301f521968701d1164 Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期五, 19 八月 2022 16:40:46 +0800 Subject: [PATCH] Default Changelist --- src/views/intellectInspect/inspectIndex/index.vue | 56 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 49 insertions(+), 7 deletions(-) diff --git a/src/views/intellectInspect/inspectIndex/index.vue b/src/views/intellectInspect/inspectIndex/index.vue index 67d5e7f..f7abf1e 100644 --- a/src/views/intellectInspect/inspectIndex/index.vue +++ b/src/views/intellectInspect/inspectIndex/index.vue @@ -166,16 +166,27 @@ $homeNavLengh: 8; @media screen and (min-width: 1366px) { .left-info { - width: 65%; + width: 70%; display: flex; align-items: center; justify-content: left; font-size: 18px; color: #333; overflow-x: auto; + &>span{ + white-space: nowrap; + } + p{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + &>span{ + white-space: nowrap; + } + } } .mid-info { - width: 25%; + width: 20%; font-size: 18px; color: #333; } @@ -186,20 +197,35 @@ align-items: center; font-size: 16px; color: #fff; + + div{ + white-space: nowrap; + } } } @media screen and (min-width: 1200px) and (max-width: 1366px) { .left-info { - width: 65%; + width: 70%; display: flex; align-items: center; justify-content: left; font-size: 15px; color: #333; overflow-x: auto; + &>span{ + white-space: nowrap; + } + p{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + &>span{ + white-space: nowrap; + } + } } .mid-info { - width: 25%; + width: 20%; font-size: 15px; color: #333; } @@ -210,20 +236,34 @@ align-items: center; font-size: 13px; color: #fff; + div{ + white-space: nowrap; + } } } @media screen and (max-width: 1200px) { .left-info { - width: 65%; + width: 70%; display: flex; align-items: center; justify-content: left; font-size: 12px; color: #333; overflow-x: auto; + &>span{ + white-space: nowrap; + } + p{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + &>span{ + white-space: nowrap; + } + } } .mid-info { - width: 25%; + width: 20%; font-size: 12px; color: #333; } @@ -234,6 +274,9 @@ align-items: center; font-size: 12px; color: #fff; + div{ + white-space: nowrap; + } } } @@ -270,7 +313,6 @@ font-weight: bolder; margin-right: 10px; } - .place{ font-weight: bolder; } -- Gitblit v1.9.2