.CommonBacCor { background-color: whitesmoke; } .TableHeaderTitle { font-size: 20px; color: black; display: flex; justify-content: space-between; align-items: center; } .TableBoxPadding { padding: 16px; display: block; } .TableFrom { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 2px solid #f1f1f1; } .FormButton { display: flex; justify-content: space-between; align-items: center; } .TableMarginBottom { margin-bottom: 20px; } .ActiveText { color: #fa9402; } .ActiveBac { background-color: #fa9402; } .Table { width: 100%; } .Button { color: white; width: 60px; height: 32px; background: #fa9402; border-radius: 4px 4px 4px 4px; margin: 0px 12px; text-align: center; font-size: 14px; border: none; } .ButtonInfo { color: black; width: 60px; height: 32px; background: white; border-radius: 4px 4px 4px 4px; margin: 0px 12px; text-align: center; border: 1px solid #cdcdcd; font-size: 14px; } .example-pagination-block { display: flex; justify-content: flex-end; margin-top: 10px; } .dialogPadding { padding-left: 30px; padding-right: 30px; display: block; } .el-dialog { --el-dialog-padding-primary: 30px; } .WellButton { display: flex; width: 300px; justify-content: space-around; position: absolute; right: 111px; width: 200px; top: 36px; }