From e635946e1f4ee1d40abece5086f1faabb56db97c Mon Sep 17 00:00:00 2001 From: jiang Date: Tue, 3 Dec 2024 16:07:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/labelStudio.css | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/assets/styles/labelStudio.css b/src/assets/styles/labelStudio.css index 83a5c63b..8f274126 100644 --- a/src/assets/styles/labelStudio.css +++ b/src/assets/styles/labelStudio.css @@ -59734,24 +59734,24 @@ div.antd_ant-typography-edit-content__12xcy.antd_ant-typography-rtl__hP3S0 { border-radius: .28571429rem; border: 1px solid rgba(34, 36, 38, .15); >div:nth-child(1){ - width: 100%; - height: 90%; + width: 100% !important; + height: 90% !important; >div{ - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; >div:nth-child(1){ - width: 100%; - height: 90%; + width: 100% !important; + height: 90% !important; >div:nth-child(2){ - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; display: flex; justify-content: center; } } >div:nth-child(2){ - width: 100%; - height: 10%; + width: 100% !important; + height: 10% !important; justify-content: center !important; } } @@ -60643,22 +60643,22 @@ div.antd_ant-typography-edit-content__12xcy.antd_ant-typography-rtl__hP3S0 { padding: 5px; >div:nth-child(1){ - width: 100%; - height: 100%; + width: 100% !important; + height: 100% !important; background-color: #f5f7fa; border: 1px solid #dfe4ed; >div:nth-child(1){ - width: 100%; - height:50px; + width: 100% !important; + height:50px !important; } >div:nth-child(2){ - width: 100%; - height: calc(100% - 50px); + width: 100% !important; + height: calc(100% - 50px) !important; } } >div:nth-child(2){ - width: 100%; - height: calc(100% - 50px); + width: 100% !important; + height: calc(100% - 50px) !important; } }