* -------------------------------------------------------------------------
* This file is part of the MindStudio project.
* Copyright (c) 2025 Huawei Technologies Co.,Ltd.
*
* MindStudio is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
*
* http://license.coscl.org.cn/MulanPSL2
*
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PSL v2 for more details.
* -------------------------------------------------------------------------
*/
.container-box{
height:100%;
}
.container-header{
height:3rem;
line-height: 3rem;
font-size: 1.5rem;
font-weight: bold;
text-align: left;
padding-left: 10px;
}
.container-body{
height:calc(100% - 3rem);
}
.container-box .container-body .ant-descriptions-view > table{
table-layout: fixed!important;
}
.container-body td.ant-descriptions-item-content{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-break: keep-all;
}
.theme_dark .container-box{
color:var(--grey8);
}
.theme_dark .container-header{
color: var(--whiteblue);
}