提交 89f60d93 authored 作者: lidongxu's avatar lidongxu

style(all): 把 app-container > 第一个 div 设置背景颜色

首页的单独调整透明背景色
上级 d90f80d8
...@@ -130,9 +130,10 @@ aside { ...@@ -130,9 +130,10 @@ aside {
align-items: center; align-items: center;
padding: 20px; padding: 20px;
>div { >div:first-of-type {
width: 100%; width: 100%;
padding: 20px; padding: 20px;
background-color: var(--el-bg-color-overlay);
} }
} }
......
...@@ -32,10 +32,8 @@ provide('activeName', activeName); ...@@ -32,10 +32,8 @@ provide('activeName', activeName);
.app-container { .app-container {
.tabs { .tabs {
background: var(--el-bg-color-overlay);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%;
::v-deep(.el-tabs__content) { ::v-deep(.el-tabs__content) {
flex: 1; flex: 1;
......
...@@ -298,7 +298,6 @@ getSeriesGoodsTagList() ...@@ -298,7 +298,6 @@ getSeriesGoodsTagList()
lang="scss"> lang="scss">
.app-container { .app-container {
.el-row { .el-row {
background-color: var(--el-bg-color-overlay);
.right_col { .right_col {
flex: 1 !important; flex: 1 !important;
......
...@@ -178,9 +178,7 @@ getProductList() ...@@ -178,9 +178,7 @@ getProductList()
lang="scss"> lang="scss">
.app-container { .app-container {
>.el-row { >.el-row {
/* flex: 1; */
display: flex; display: flex;
background-color: var(--el-bg-color-overlay);
.right_col { .right_col {
flex: 1 !important; flex: 1 !important;
......
...@@ -606,9 +606,7 @@ init() ...@@ -606,9 +606,7 @@ init()
/* 套表 */ /* 套表 */
.excel_charts_item { .excel_charts_item {
background-color: var(--el-bg-color-overlay);
margin-top: 20px; margin-top: 20px;
width: 100%;
/* 图容器 */ /* 图容器 */
.echarts_wrap { .echarts_wrap {
......
...@@ -289,9 +289,6 @@ getList() ...@@ -289,9 +289,6 @@ getList()
<style scoped <style scoped
lang="scss"> lang="scss">
.content { .content {
background-color: var(--el-bg-color-overlay);
width: 100%;
.el-radio-group { .el-radio-group {
.el-radio { .el-radio {
margin-bottom: 10px; margin-bottom: 10px;
......
...@@ -74,6 +74,7 @@ const handleSetLineChartData = (type) => { ...@@ -74,6 +74,7 @@ const handleSetLineChartData = (type) => {
>div { >div {
padding: 0; padding: 0;
background-color: transparent;
} }
.chart-wrapper { .chart-wrapper {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论