mark
2022-09-29 6435cf3775d90930ae67200c46d57556175a0e5b
未穿着工作服 -> 未穿工装
1个文件已修改
23 ■■■■ 已修改文件
src/views/dataPush/components/point.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataPush/components/point.vue
@@ -193,8 +193,8 @@
          label: "未佩戴安全帽"
        },
        {
          value: "未穿着工作服",
          label: "未穿着工作服"
          value: "未穿工装",
          label: "未穿工装"
        },
        {
          value: "睡岗",
@@ -455,18 +455,19 @@
//
<style scoped lang="scss">
// /deep/ .el-switch .is-checked {
//   .el-switch__core {
//     height: 32px !important;
//   }
//   .el-switch__core::after {
//     height: 30px !important;
//     width: 30px !important;
//   }
// }
//
</style>
<style scoped lang="scss">
::deep .el-switch {
  color: #f52323;
  .el-switch__core {
    height: 32px !important;
  }
  .el-switch__core::after {
    height: 30px !important;
    width: 30px !important;
  }
}
.sub-account {
  padding: 20px;
  .head-name {