.box { width: 100%; height: 100%; display: flex; flex-direction: column; overflow: hidden; } .timebox { width: 100%; height: 68px; box-sizing: border-box; padding: 0 20px; display: flex; align-items: center; nz-select { margin-right: 16px; border-radius: 4px 4px 4px 4px; } .monthbtn { width: 80px; height: 32px; line-height: 32px; background: #FFFFFF; border-radius: 4px 4px 4px 4px; opacity: 1; border: 1px solid #E4E7EC; color: #303133; margin-right: 16px; cursor: pointer; } .selectedMonth { background: #2C4DC0; color: #FFFFFF; } } .content { flex: 1; overflow: hidden; margin: 20px; margin-top: 0px; background: #fff; box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.0800); border-radius: 4px 4px 4px 4px; opacity: 1; border: 1px solid #E4E7EC; color: #303133; text-align: left; display: flex; flex-direction: column; position: relative; .tabheader { width: 100%; height: 52px; background: #E4E7EC; display: flex; .tabtitle { width: 205px; height: 52px; line-height: 52px; text-align: center; display: flex; justify-content: center; cursor: pointer; div { border-top: 2px solid #E4E7EC; } } .selectedTab { background: #fff; div { border-top: 2px solid #2C4DC0; } } } .tabbody { flex: 1; overflow-y: auto; color: #000; box-sizing: border-box; padding: 18px; .card { color: #303133; width: 100%; height: 70px; border-radius: 4px 4px 4px 4px; opacity: 1; display: flex; margin-bottom: 18px; box-sizing: border-box; padding: 0 20px; position: relative; div { display: flex; align-items: center; img { margin-top: -3px; } } .unitname { flex: 3; } .info { flex: 6; span { margin-right: 20px; } } .btn { flex: 1; button:nth-child(1) { background: #42B983; color: white; } button:nth-child(2) { background: #FF0000; color: white; margin-left: 20px; } } .auditimg { position: absolute; right: 18%; top: 9%; } } .greencard { background: rgba(66, 185, 131, 0.0400); border: 1px solid rgba(66, 185, 131, 0.1600); } .redcard { background: rgba(255, 0, 0, 0.0200); border: 1px solid rgba(255, 0, 0, 0.1000); } } }