春风项目四线(合箱线、总装线)
wujian
2024-07-24 49ca7cac33b124324250f307b12ce84370daa2f3
jcdm-ui/src/views/main/om/productionOrde/index.vue
@@ -816,4 +816,20 @@
.hidden-form-item {
  display: none;
}
::v-deep .custom-size .el-checkbox__input .el-checkbox__inner {
  width: 20px;
  height: 20px;
}
/* 调整Checkbox的标签文字大小 */
::v-deep .custom-size .el-checkbox__inner::after {
  border: 3px solid #fff;
  border-left: 0;
  border-top: 0;
  left: 5px;
  top: 5px;
}
::v-deep .custom-size .el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(50deg) scaleY(1.3);}
</style>