From 03d3c3635d5df8658d55f2da0feddb0b68aad321 Mon Sep 17 00:00:00 2001 From: changyongqiang Date: Mon, 23 May 2022 13:57:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AE=9E=E4=BD=93=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=85=B3=E7=B3=BB=E5=BC=B9=E6=A1=86=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/charts/chartRelationShipList.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/assets/css/components/views/charts/chartRelationShipList.scss b/src/assets/css/components/views/charts/chartRelationShipList.scss index 85347f9e..325df5c6 100644 --- a/src/assets/css/components/views/charts/chartRelationShipList.scss +++ b/src/assets/css/components/views/charts/chartRelationShipList.scss @@ -29,12 +29,14 @@ } } .ship-body { - .ship-body-basicInfo { - position: relative; - } display: flex; flex-direction: column; margin: 7px; + .ship-body-basicInfo { + position: relative; + display: flex; + flex-direction: column; + } .ship-body-list.ship-body-child { display: flex; flex-direction: column; @@ -85,6 +87,8 @@ color: #666666; letter-spacing: 0; font-weight: 400; + display: flex; + flex: 1; } .security.ship-body-list-security-length { width: 140px; @@ -94,7 +98,8 @@ color: #333333; letter-spacing: 0; font-weight: 400; - word-wrap: break-word; + display: flex; + flex: 1; } .ship-body-list-value.security { font-size: 12px;