qymljy пре 3 недеља
родитељ
комит
a3e8d353d6

+ 2 - 0
src/SManagement/orderclue_detail/components/customerAudit.vue

@@ -547,10 +547,12 @@ export default {
 </script>
 
 <style scoped>
+
 /deep/ .el-input.is-disabled .el-input__inner {
   background-color: #f5f7fa;
   border-color: #e4e7ed;
   color: #606266;
   cursor: not-allowed;
 }
+
 </style>

+ 2 - 0
src/SManagement/orderclue_detail/components/projectAudit.vue

@@ -874,10 +874,12 @@ export default {
 </script>
 
 <style scoped>
+
 /deep/ .el-input.is-disabled .el-input__inner {
   background-color: #f5f7fa;
   border-color: #e4e7ed;
   color: #606266;
   cursor: not-allowed;
 }
+
 </style>