Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
wangxiaolu-sfa-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
sfa
wangxiaolu-sfa-ui
Commits
89f60d93
提交
89f60d93
authored
1月 08, 2025
作者:
lidongxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style(all): 把 app-container > 第一个 div 设置背景颜色
首页的单独调整透明背景色
上级
d90f80d8
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
3 行增加
和
11 行删除
+3
-11
index.scss
src/assets/styles/index.scss
+2
-1
index.vue
src/views/bi/competitor/index.vue
+0
-2
index.vue
src/views/bi/prd_tag/index.vue
+0
-1
index.vue
src/views/bi/product/index.vue
+0
-2
index.vue
src/views/bi/sale/index.vue
+0
-2
index.vue
src/views/bi/store/index.vue
+0
-3
index.vue
src/views/index.vue
+1
-0
index.vue
src/views/system/dept/index.vue
+0
-0
没有找到文件。
src/assets/styles/index.scss
浏览文件 @
89f60d93
...
...
@@ -130,9 +130,10 @@ aside {
align-items
:
center
;
padding
:
20px
;
>
div
{
>
div
:first-of-type
{
width
:
100%
;
padding
:
20px
;
background-color
:
var
(
--
el-bg-color-overlay
);
}
}
...
...
src/views/bi/competitor/index.vue
浏览文件 @
89f60d93
...
...
@@ -32,10 +32,8 @@ provide('activeName', activeName);
.app-container
{
.tabs
{
background
:
var
(
--
el-bg-color-overlay
);
display
:
flex
;
flex-direction
:
column
;
width
:
100%
;
::v-deep
(
.el-tabs__content
)
{
flex
:
1
;
...
...
src/views/bi/prd_tag/index.vue
浏览文件 @
89f60d93
...
...
@@ -298,7 +298,6 @@ getSeriesGoodsTagList()
lang=
"scss"
>
.app-container
{
.el-row
{
background-color
:
var
(
--
el-bg-color-overlay
);
.right_col
{
flex
:
1
!
important
;
...
...
src/views/bi/product/index.vue
浏览文件 @
89f60d93
...
...
@@ -178,9 +178,7 @@ getProductList()
lang=
"scss"
>
.app-container
{
>
.el-row
{
/* flex: 1; */
display
:
flex
;
background-color
:
var
(
--
el-bg-color-overlay
);
.right_col
{
flex
:
1
!
important
;
...
...
src/views/bi/sale/index.vue
浏览文件 @
89f60d93
...
...
@@ -606,9 +606,7 @@ init()
/* 套表 */
.excel_charts_item
{
background-color
:
var
(
--
el-bg-color-overlay
);
margin-top
:
20px
;
width
:
100%
;
/* 图容器 */
.echarts_wrap
{
...
...
src/views/bi/store/index.vue
浏览文件 @
89f60d93
...
...
@@ -289,9 +289,6 @@ getList()
<
style
scoped
lang=
"scss"
>
.content
{
background-color
:
var
(
--
el-bg-color-overlay
);
width
:
100%
;
.el-radio-group
{
.el-radio
{
margin-bottom
:
10px
;
...
...
src/views/index.vue
浏览文件 @
89f60d93
...
...
@@ -74,6 +74,7 @@ const handleSetLineChartData = (type) => {
>
div
{
padding
:
0
;
background-color
:
transparent
;
}
.chart-wrapper
{
...
...
src/views/system/dept/index.vue
浏览文件 @
89f60d93
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论