修改样式

This commit is contained in:
limengnan 2026-01-21 14:07:38 +08:00
parent fbf6cf63dc
commit fb75114eaf

View File

@ -458,7 +458,7 @@ function getDeviceInfo(e:any){ // 获取设备信息
}
.segmentation-content{
width: 590px;
height: calc(100% - 190px);
height: calc(100vh - 420px);
background: rgba(250, 250, 250, 1);
box-sizing: border-box;
border: 1px solid rgba(242, 242, 242, 1);
@ -483,6 +483,7 @@ function getDeviceInfo(e:any){ // 获取设备信息
.segmentation_custom_attrs_box{
width: 100%;
height: calc(100% - 98px);
border: 1px solid #f0f1f2;
border-bottom: 0px solid #f0f1f2;
overflow: auto;