修改bug

此提交包含在:
‘937886381’
2024-06-18 15:55:48 +08:00
父節點 d95853dec2
當前提交 41d554f897
共有 9 個檔案被更改,包括 139 行新增94 行删除

查看文件

@@ -232,6 +232,8 @@ aside {
background-color: #d9d9d9;
}
// 大屏滚动表格
.no-data-bg {
position: absolute;
display: inline-block;
@@ -252,3 +254,13 @@ aside {
letter-spacing: 1px;
}
}
.dv-scroll-board .rows .ceil,
.dv-scroll-board .header .header-item {
border-right: 1px solid rgba(13, 23, 40, 1);
}
.dv-scroll-board .rows .ceil:last-child,
.dv-scroll-board .header .header-item:last-child {
border-right: none;
}