From d6fb18b49cd61427a343fbe7a2a4f94e4b597bdc Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期四, 29 十二月 2022 14:00:41 +0800
Subject: [PATCH] fix:店铺状态
---
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