@@ -290,6 +290,7 @@
v-model="outerVisible1"
title="审核意见"
@on-cancel="handleClose"
+ class="sh-content"
>
<el-input
type="textarea"
@@ -559,4 +560,19 @@ export default {
font-weight: 600;
margin: 20px 0;
}
+/deep/.winsea__content-modal .winsea__content-modal__win-wrap{
+ width: 30%;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ margin: auto;
+ height: 210px;
+ border-radius: 10px;
+ .dialog-footer{
+ text-align: center;
+ margin-top: 30px;
+ }
+}
</style>