小小儁爺
2024-08-23 c47ba8f1af5fb9b8275a392cc2dffbd0cb640604
1.递交
已修改1个文件
26 ■■■■■ 文件已修改
src/views/workOrder/workOrderList.vue 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workOrder/workOrderList.vue
@@ -3943,6 +3943,14 @@
  color: #fff !important;
  background: #42b983 !important;
}
.formContent .el-form-item__label {
  color: #000 !important;
}
.el-table .custom-row {
  background: #f8f8fa;
}
</style>
<style lang="scss" scoped>
$main_color: #42b983;
@@ -4100,11 +4108,7 @@
}
</style>
<style>
.formContent .el-form-item__label {
  color: #000 !important;
}
</style>
<!--公共页面样式-->
<style lang="scss" scoped>
$main_color: #42b983;
@@ -4245,15 +4249,3 @@
  }
}
</style>
<style>
.el-table .custom-row {
  background: #f8f8fa;
}
</style>
<style>
.sortable-ghost {
  opacity: .8;
  color: #fff !important;
  background: #42b983 !important;
}