Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
e710b36e
提交
e710b36e
authored
3月 05, 2026
作者:
hsx
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
通用基础样式文件
上级
05a6012c
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
102 行增加
和
7 行删除
+102
-7
common.scss
src/styles/common.scss
+21
-0
container.scss
src/styles/container.scss
+11
-0
descriptions.scss
src/styles/descriptions.scss
+10
-0
main.css
src/styles/main.css
+8
-7
tabs.scss
src/styles/tabs.scss
+52
-0
没有找到文件。
src/styles/common.scss
0 → 100644
浏览文件 @
e710b36e
/***背景作为卡片***/
.background-as-card
{
background-color
:
var
(
--
color-primary-65
);
border-radius
:
10px
;
border
:
1px
solid
rgba
(
234
,
236
,
238
,
1
);
border-radius
:
10px
;
box-shadow
:
0px
0px
20px
0px
rgba
(
25
,
69
,
130
,
0
.1
);
}
.flex-display
{
display
:
flex
;
}
.text-base
{
font-size
:
16px
;
line-height
:
24px
;
color
:
var
(
--
text-primary-80-color
);
}
.text-header
{
@extend
.text-base
;
font-weight
:
Bold
;
}
src/styles/container.scss
0 → 100644
浏览文件 @
e710b36e
@use
"common"
;
/***通用页面***/
.common-page
{
font-family
:
"Microsoft Yahei"
,
"PingFang SC"
,
sans-serif
;
margin
:
16px
auto
;
width
:
1600px
;
align-items
:
center
;
}
\ No newline at end of file
src/styles/descriptions.scss
0 → 100644
浏览文件 @
e710b36e
@use
"common"
;
/***没有nav下划线***/
.common-descriptions
.el-descriptions__label
{
@extend
.text-header
;
}
.common-descriptions
.el-descriptions__content
{
@extend
.text-base
}
\ No newline at end of file
src/styles/main.css
浏览文件 @
e710b36e
...
@@ -17,24 +17,24 @@
...
@@ -17,24 +17,24 @@
--btn-active-bg-color
:
rgba
(
231
,
243
,
255
,
1
);
--btn-active-bg-color
:
rgba
(
231
,
243
,
255
,
1
);
--btn-active-text-color
:
var
(
--color-main-active
);
--btn-active-text-color
:
var
(
--color-main-active
);
/* 标签按钮颜色 */
/* 标签按钮颜色 */
--tag-btn1-bg-color
:
rgba
(
255
,
241
,
240
,
1
);
--tag-btn1-bg-color
:
rgba
(
255
,
241
,
240
,
1
);
--tag-btn1-border-color
:
rgba
(
255
,
204
,
199
,
1
);
--tag-btn1-border-color
:
rgba
(
255
,
204
,
199
,
1
);
--tag-btn1-text-color
:
rgba
(
255
,
77
,
79
,
1
);
--tag-btn1-text-color
:
rgba
(
255
,
77
,
79
,
1
);
--tag-btn2-bg-color
:
rgba
(
255
,
251
,
230
,
1
);
--tag-btn2-bg-color
:
rgba
(
255
,
251
,
230
,
1
);
--tag-btn2-border-color
:
rgba
(
255
,
241
,
184
,
1
);
--tag-btn2-border-color
:
rgba
(
255
,
241
,
184
,
1
);
--tag-btn2-text-color
:
rgba
(
250
,
173
,
20
,
1
);
--tag-btn2-text-color
:
rgba
(
250
,
173
,
20
,
1
);
--tag-btn2-bg-color
:
rgba
(
230
,
244
,
255
,
1
);
--tag-btn2-bg-color
:
rgba
(
230
,
244
,
255
,
1
);
--tag-btn2-border-color
:
rgba
(
186
,
224
,
255
,
1
);
--tag-btn2-border-color
:
rgba
(
186
,
224
,
255
,
1
);
--tag-btn2-text-color
:
rgba
(
22
,
119
,
255
,
1
);
--tag-btn2-text-color
:
rgba
(
22
,
119
,
255
,
1
);
--tag-btn3-bg-color
:
rgba
(
246
,
255
,
237
,
1
);
--tag-btn3-bg-color
:
rgba
(
246
,
255
,
237
,
1
);
--tag-btn3-border-color
:
rgba
(
217
,
247
,
190
,
1
);
--tag-btn3-border-color
:
rgba
(
217
,
247
,
190
,
1
);
--tag-btn3-text-color
:
rgba
(
82
,
196
,
26
,
1
);
--tag-btn3-text-color
:
rgba
(
82
,
196
,
26
,
1
);
/* 文字颜色 设计定义*/
/* 文字颜色 设计定义*/
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
--bg-white-50
:
rgba
(
255
,
255
,
255
,
0.5
);
--bg-white-50
:
rgba
(
255
,
255
,
255
,
0.5
);
--bg-white-35
:
rgba
(
255
,
255
,
255
,
0.35
);
--bg-white-35
:
rgba
(
255
,
255
,
255
,
0.35
);
/* 描边颜色 设计定义*/
/* 描边颜色 设计定义*/
--border-black-10
:
#E6E7E8
;
--border-black-10
:
#E6E7E8
;
--border-black-5
:
#EAECEE
;
--border-black-5
:
#EAECEE
;
...
@@ -81,4 +81,4 @@
...
@@ -81,4 +81,4 @@
line-height
:
30px
;
line-height
:
30px
;
letter-spacing
:
0px
;
letter-spacing
:
0px
;
text-align
:
left
;
text-align
:
left
;
}
}
\ No newline at end of file
src/styles/tabs.scss
0 → 100644
浏览文件 @
e710b36e
@use
"common"
;
/***没有nav下划线***/
.
tabs-nav-no-wrap
.
el-tabs__nav-wrap
:
:
after
{
height
:
0px
!
important
;
width
:
0px
!
important
;
}
/***nav as card***/
.tabs-header-as-card
.el-tabs__header
:not
(
.disinheritance
.el-tabs__header
)
{
@extend
.background-as-card
;
padding
:
2px
;
}
/***作为按钮样式的tabs-bar***/
/*选中无下划线*/
.tabs-bar-as-btn
.el-tabs__active-bar
:not
(
.disinheritance
.el-tabs__active-bar
)
{
height
:
0px
;
}
/*定义字体*/
.tabs-bar-as-btn
.el-tabs__item
:not
(
.disinheritance
.el-tabs__item
)
{
font-size
:
20px
;
font-family
:
"Source Han Sans CN-Regular"
;
font-weight
:
Regular
;
line-height
:
26px
;
height
:
50px
;
}
/*激活时按钮样式*/
.tabs-bar-as-btn
.el-tabs__item.is-active
:not
(
.disinheritance
.el-tabs__item
)
{
font-size
:
24px
;
font-family
:
"Source Han Sans CN-Bold"
;
font-weight
:
Bold
;
color
:
var
(
--
color-primary-100
);
border-width
:
1px
;
border-style
:
solid
;
border-color
:
var
(
--
color-primary-35
);
border-radius
:
10px
;
background-color
:
var
(
--
color-primary-2
);
}
/***tabs-bar左边悬浮***/
.left-float-nav-tabs
.el-tabs__item
{
position
:relative
;
}
.left-float-nav-tabs
.el-tabs__item.is-active
{
background-color
:
aquamarine
;
}
\ No newline at end of file
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论