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 个修改的文件
包含
94 行增加
和
0 行删除
+94
-0
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
+0
-0
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
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论