This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PDA/module/moduleCustomer/program/sample/sample_C.css
2024-01-24 16:47:50 +08:00

26 lines
504 B
CSS

.sample_C-content {
height: 100%;
}
.sample_C-content .middle-fields-panel {
margin: 10px 10px 0;
}
.sample_C-content .middle-fields-panel .lot_info {
background: white;
border-radius: 10px;
padding: 10px;
}
.sample_C-content .search-panel {
padding: 10px;
}
.sample_C-content .lot-panel {
height: calc(100% - 295px);
}
.sample_C-content .kmi-list {
height: calc(100% - 28px);
}