fix: Safari浏览器兼容性问题处理 (#98)

* fix: 修复日志列表兼容问题
* fix: 仪表盘折线图兼容性问题
This commit is contained in:
tbphp
2025-08-01 13:23:43 +08:00
committed by GitHub
parent d4dd5eab67
commit 9d245b1e3d
6 changed files with 14 additions and 20 deletions

View File

@@ -675,6 +675,8 @@ onMounted(() => {
}
.chart-svg {
width: 100%;
height: auto;
background: white;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);