@@ -208,4 +208,10 @@ div:focus {
@include appealMixin();
background-color: #409eff;
color: rgba(255, 255, 255, 1);
+}
+
+.customClass-el-message-box-center {
+ position: relative;
+ top: 50%;
+ transform: translateY(-50%);
}
@@ -384,7 +384,8 @@ import { setCorrection } from '@/api/qc'
this.$confirm('是否确认已整改?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
- type: 'warning'
+ type: 'warning',
+ customClass: 'customClass-el-message-box-center'
}).then(() => {
setCorrection({
id: item.id,
@@ -672,7 +672,8 @@ export default {