样式修改

main
weitingdong 11 months ago
parent a4defadf58
commit c17c2ccfa1
  1. 2
      src/api/smart/workpermit.js
  2. 5
      src/views/leger/equipmentledgerDetail.vue
  3. 2
      src/views/release/productioninformation.vue
  4. 2
      src/views/smart/operationticketDetail.vue
  5. 2
      src/views/smart/workpermitDetail.vue

@ -42,7 +42,7 @@ export const add = (row) => {
export const update = (row) => { export const update = (row) => {
return request({ return request({
url: '/api/smart/workpermit/submit', url: '/api/smart/workpermit/update',
method: 'post', method: 'post',
data: row data: row
}) })

@ -380,7 +380,6 @@
format: 'yyyy/MM/dd', format: 'yyyy/MM/dd',
valueFormat: "yyyyMMdd", valueFormat: "yyyyMMdd",
span: 6, span: 6,
maxlength: 20,
}, },
{ {
label: "供应商", label: "供应商",
@ -1079,4 +1078,8 @@
justify-content: flex-end; /* 将子元素推到容器的末端 */ justify-content: flex-end; /* 将子元素推到容器的末端 */
} }
.head-style{
background-color: #3366cc !important;
color: #FFFFFF !important;
}
</style> </style>

@ -508,7 +508,7 @@
<style> <style>
.head-style{ .head-style{
background-color: #1e9fff !important; background-color: #3366cc !important;
color: #FFFFFF !important; color: #FFFFFF !important;
} }
</style> </style>

@ -922,7 +922,7 @@ export default {
</script> </script>
<style> <style>
.head-style{ .head-style{
background-color: #1e9fff !important; background-color: #3366cc !important;
color: #FFFFFF !important; color: #FFFFFF !important;
} }
.frame_class1 input.el-input__inner { .frame_class1 input.el-input__inner {

@ -801,7 +801,7 @@
</script> </script>
<style> <style>
.head-style{ .head-style{
background-color: #1e9fff !important; background-color: #3366cc !important;
color: #FFFFFF !important; color: #FFFFFF !important;
} }

Loading…
Cancel
Save