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 | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/systemSetting/device/grid/components/header/index.vue b/src/views/systemSetting/device/grid/components/header/index.vue index f92bea3..8ac8703 100644 --- a/src/views/systemSetting/device/grid/components/header/index.vue +++ b/src/views/systemSetting/device/grid/components/header/index.vue @@ -36,7 +36,6 @@ this.$emit('getSearch', { text: this.search }) }, sendDialog(flag) { - console.log(flag); this.dialogCreate = flag.flag; this.$emit('setDialog', { flag: true }) }, @@ -54,8 +53,7 @@ </script> <style lang="scss" scoped> header { - background-color: #09152f; - border: 1pox solid #fff; + // background-color: #09152f; .headerContent { padding: 0 40px; @@ -74,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