From d942877495ceea1575e64fb6d4e2972f6da10cac Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 11 一月 2023 10:09:24 +0800 Subject: [PATCH] 2023/1/11 肖辉 修改UI样式 --- src/views/systemSetting/device/grid/components/header/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/systemSetting/device/grid/components/header/index.vue b/src/views/systemSetting/device/grid/components/header/index.vue index 7bdc495..8ac8703 100644 --- a/src/views/systemSetting/device/grid/components/header/index.vue +++ b/src/views/systemSetting/device/grid/components/header/index.vue @@ -53,7 +53,7 @@ </script> <style lang="scss" scoped> header { - background-color: #09152f; + // background-color: #09152f; .headerContent { padding: 0 40px; @@ -72,12 +72,12 @@ .el-input { flex: 2; - color: #1d3f57; + // color: #1d3f57; - &::v-deep .el-input__inner { - background-color: #09152f; - border: 1px solid #17324c; - } + // &::v-deep .el-input__inner { + // background-color: #09152f; + // border: 1px solid #17324c; + // } } } -- Gitblit v1.8.0