From 6435cf3775d90930ae67200c46d57556175a0e5b Mon Sep 17 00:00:00 2001 From: mark <mark18340872469@163.com> Date: 星期四, 29 九月 2022 11:38:08 +0800 Subject: [PATCH] 未穿着工作服 -> 未穿工装 --- src/views/dataPush/components/point.vue | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/views/dataPush/components/point.vue b/src/views/dataPush/components/point.vue index c020b0e..86afa06 100644 --- a/src/views/dataPush/components/point.vue +++ b/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 { -- Gitblit v1.8.0