公告板
版本库
filestore
活动
搜索
登录
web
/
SchedulingDashboard
排程看板
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
去掉当前工序无编号,无法查询工序的提示,只需要id
haoxuan
2023-11-16
bd43613d3d2ebec48a4ed4d83b77eeeeeac36a7a
[web/SchedulingDashboard.git]
/
src
/
assets
/
style
/
fixed
/
base.scss
1
2
3
4
5
6
7
8
9
10
11
12
// 优化显示
html, body {
margin: 0px;
height: 100%;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
#app {
@extend %full;
a {
text-decoration: none;
}
}
}