样式修改

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) => {
return request({
url: '/api/smart/workpermit/submit',
url: '/api/smart/workpermit/update',
method: 'post',
data: row
})

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

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

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

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

Loading…
Cancel
Save