.WorkOrderPackTableTreeNew { width: 100vw; height: 100vh; padding-top: 90px; background-color: #FFF; } .content { width: 100%; height: 100%; overflow: auto; } .header { position: fixed; width: 100%; z-index: 999; top: 60px; height: 30px; padding: 0px; line-height: inherit; background: transparent; :global { .ant-menu { line-height: inherit; } } } .avatar { height: 0; line-height: 0; :global { img { position: fixed; width: 93px; height: 93px; right: 10px; z-index: 1000; top: 122px; /* 解决审核图标挡住操作按钮 */ object-fit: contain; } } } .masterView { :global { .searchMainForm { padding-left: 0 !important; padding-right: 0 !important; } } } .slaveTable { width: 100%; height: auto; padding: 0 10px 0 10px; } .controlTable { width: 100%; height: auto; padding: 0 10px 0 10px; position: sticky; top: 0; z-index: 999; } .collapse { width: calc(100% - 20px); height: auto; margin: 0 10px 0 10px; } .delAll { position: absolute; top: -22px; right: 0; z-index: 15; :global { .ant-btn { height: 22px; display: flex; align-items: center; justify-content: center; } } }