Explorar el Código

修改审核意见样式

achao hace 3 años
padre
commit
007c6b59e1
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      src/views/tradeServicesManagement/reviewWarehouseReceipt.vue

+ 16 - 0
src/views/tradeServicesManagement/reviewWarehouseReceipt.vue

@@ -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>