本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
spawntree
/
timetracking
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
fixes
master
FlorianEisenmenger
1 天之前
父節點
c203f8cfd6
當前提交
16e6fe90c8
共有
2 個檔案被更改
,包括
3 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
取消
儲存