.template_container { width: 100%; height: calc(100vh - 124px); .ant-select-arrow .anticon { vertical-align: middle; } .ant-table-thead tr th { font-weight: 600; color: rgba(0, 0, 0, 0.85); } .operate_bar { width: 100%; height: 60px; background-color: white; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; .template_type { height: 60px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; .title { margin-left: 10px; margin-right: 10px; } } .fast_search { height: 60px; margin-right: 10px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; .title { margin-left: 20px; margin-right: 5px; } } } .ant-modal-body ant-form { width: 100%; } .ant-popover-message { margin-bottom: 10px !important; } .anticon svg { margin-top: -5px; } .list_view { width: 100%; height: calc(100vh - 180x); background-color: white; overflow-y: scroll; .ant-pagination { padding-right: 10px; } } .button, html [type='button'], [type='reset'], [type='submit'] { -webkit-appearance: button; display: flex; align-items: center; } .ant-col ant-form-item-control { margin-top: 0; } .ant-table-body { max-height: calc(100vh - 300px) !important; min-height: calc(100vh - 300px) !important; } }