.detail_container { width: 100%; padding: 0 24px; min-height: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; .main_container { flex-grow: 1; width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; background-color: #fff; box-shadow: 0 1px 4px 0 rgba(0, 7, 101, 0.15); border-radius: 6px; padding: 0 0 16px 0; margin-bottom: 16px; position: relative; .table_container { padding: 0 16px; .el-table { flex: 1; .mock_tip { display: inline-block; font-size: 12px; color: #2b4695; width: 43px; height: 20px; text-align: center; background-color: #eff2fa; border-radius: 3px; border: solid 1px #b0bee8; margin-left: 4px; } } } } }