使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
spawntree
/
timetracking
关注
2
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
fixes
master
FlorianEisenmenger
1 天前
父节点
c203f8cfd6
当前提交
16e6fe90c8
共有
2 个文件被更改
,包括
3 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+2
-0
httpdocs/assets/scripts/statistics.js
+1
-1
httpdocs/assets/styles/sections/_statistics.scss
+ 2
- 0
httpdocs/assets/scripts/statistics.js
查看文件
@@ -217,6 +217,8 @@ function applyThreshold(items, metric) {
}
}
visible.sort((a, b) => b.value - a.value);
if (restValue > 0) {
visible.push({ name: t('rest'), value: restValue, color: REST_COLOR });
}
+ 1
- 1
httpdocs/assets/styles/sections/_statistics.scss
查看文件
@@ -174,7 +174,7 @@
.statistics-donut__wrap {
position: relative;
width: 100%;
max-width: 2
0
0px;
max-width: 2
8
0px;
aspect-ratio: 1;
}
撰写
预览
正在加载...
取消
保存