.header { width: 100%; padding: 12px 10px; // margin-bottom: 10px; box-sizing: border-box; // border-bottom: 1px solid black; .queryBox { box-sizing: border-box; padding: 5px 25px; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center; // justify-content:center; .queryField { margin: 3px 40px; input { width: 180px; height: 22px; line-height: 22px; border-radius: 3px;} } } //queryBox .ordiv{ position: relative; .organizationbox{ width:450px; height: 200px; background: white; position: absolute; top: 48px; left: 77px; z-index: 999; border: 1px solid grey; overflow-y: auto; background-color: #fafafa; li{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-color: #fafafa; } mat-tree-node{ cursor: pointer; white-space:pre; background-color: #fafafa; } mat-tree-node:hover{ background: rgba(225, 225, 225, 0.8); li{ background: rgba(225, 225, 225, 0.8); } } .closediv{ z-index: 100; position: absolute; right: 0; top: 0; width: 30px; height: 30px; cursor: pointer; line-height: 30px; text-align: center; } .closediv:hover{ background:rgba(225, 225, 225, 0.8); } } } } .newadd{ margin-top: 10px; margin-left: 70px; display: flex; button{ font-size: 16px; width: 100px; height: 36px; } } .body{ .buttonbox{ padding-left: 50px; button{ margin:0 10px } } .tablebox{ table{ width: 100%; margin-left: 0%; margin-top:15px; th,td{ text-align: center; font-size: 15px; color: #000000; } } mat-paginator{ width: 100%; margin-left: 0%; } .mat-column-unitname{ width: 15%; } .mat-column-integrity{ width: 13%; } .mat-column-operation{ width: 5%; } .mat-column-jurisdictionsquadron{ width: 10%; } span:hover{ text-decoration:underline } } } //进度条 .progressBox{ line-height: 49px; height: 30px; position: relative; display: inline-block; width: 100%; top:10%; button{ float: right; } .progress{ display: inline-block; position: absolute; width: 500px; top: 22px; left: 62px; } .filename{ display: inline-block; max-width: 180px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; // margin-left: 160px; } }