.systemOverview { &-subTitle { margin: 8px 0 12px; } &-table { width: 100%; display: flex; flex-direction: column; &-blue { background: #1a6fb8; } &-blue1 { background: #3491fa; } &-blue2 { background: #13C2C2; } &-orange { background: #ef6c24; } &-head { display: flex; &-item { color: #fff; } } &-i { flex: 1; overflow-y: auto; margin-bottom: 46px; } &-body { display: flex; } &-oneHead { // min-width: 50px; padding: 8px; height: 100%; display: flex; align-items: center; justify-content: center; } &-twoHead { // padding: 8px; height: 100%; display: flex; flex-direction: column; align-items: center; } &-subHead { display: flex; height: 100%; width: 100%; align-items: center; justify-content: space-between; &-top { padding: 8px; border-bottom: 1px solid #ffffff; width: 100%; display: flex; justify-content: center; } &-title { // min-width: 80px; flex: 1; padding: 8px; display: flex; align-items: center; justify-content: center; } } &-bottom { background-color: #fff; border-top: 0.5px solid #1a6fb8; position: absolute; left: 0; right: 0; bottom: 0; // box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.12); z-index: 2; } } }