diff --git a/src/views/components/SecurityDoor.vue b/src/views/components/SecurityDoor.vue index 4792bc4..ddfa206 100644 --- a/src/views/components/SecurityDoor.vue +++ b/src/views/components/SecurityDoor.vue @@ -111,4 +111,11 @@ export default { font-size: 16px; } } +::v-deep + .el-table--striped + .el-table__body + tr.el-table__row--striped + td.el-table__cell { + background: #02255f; +} diff --git a/src/views/storeManage/deviceManage/module/deviceDetail.vue b/src/views/storeManage/deviceManage/module/deviceDetail.vue index 57231e6..24a72d9 100644 --- a/src/views/storeManage/deviceManage/module/deviceDetail.vue +++ b/src/views/storeManage/deviceManage/module/deviceDetail.vue @@ -28,12 +28,12 @@
- + - + @@ -50,16 +50,16 @@ - + - + - + - + @@ -70,7 +70,7 @@ - + @@ -78,11 +78,11 @@ - + - + @@ -504,19 +504,19 @@ export default { border-color: #fd8042; background-color: #fd8042; &.is-disabled { - border-color: #7E4021; - background-color: #7E4021; + border-color: #7e4021; + background-color: #7e4021; } } &.binding-param-btn { border-color: #1aae93; background-color: #1aae93; &.is-disabled { - border-color: #0D5649; - background-color: #0D5649; + border-color: #0d5649; + background-color: #0d5649; } } - &.is-disabled{ + &.is-disabled { color: #666; } } diff --git a/src/views/storeManage/warehouse3DConfig/index.vue b/src/views/storeManage/warehouse3DConfig/index.vue index e69c48f..1713d47 100644 --- a/src/views/storeManage/warehouse3DConfig/index.vue +++ b/src/views/storeManage/warehouse3DConfig/index.vue @@ -182,7 +182,10 @@ export default { this.form.displayParams.push({ paramName: paramValue.self.paramName, paramValue: paramValue.self.paramId, unit: paramValue.self.paramId }) } } + this.form.id = null displayConfigApi.bind(this.form).then(() => { + this.$message.success('绑定成功 ') + this.dialogVisible = false this.getDisplayConfigList() }) },