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/platform/portalSetting/index.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/systemSetting/platform/portalSetting/index.vue b/src/views/systemSetting/platform/portalSetting/index.vue index 4157562..51d08ad 100644 --- a/src/views/systemSetting/platform/portalSetting/index.vue +++ b/src/views/systemSetting/platform/portalSetting/index.vue @@ -119,7 +119,7 @@ url: 'sccg/system/portal/logo/add', data: icon }).then(res => { - if (res.code == 200) { + if (res.code === 200) { this.$axios({ method: 'get', url: 'sccg/system/portal/logo/search', @@ -154,7 +154,7 @@ </script> <style lang="scss" scoped> .log { - color: #4b9bb7; + // color: #4b9bb7; text-align: left; padding: 20px; @@ -164,7 +164,7 @@ header { line-height: 60px; - border-bottom: 1px solid #4b9bb7; + // border-bottom: 1px solid #4b9bb7; } main { @@ -226,11 +226,11 @@ width: 496px; } - &::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