实现基本的图表管理

This commit is contained in:
GoEdgeLab
2021-07-03 15:44:49 +08:00
parent 48dcbe0cde
commit 068f05535a
42 changed files with 1010 additions and 99 deletions

View File

@@ -744,4 +744,9 @@ td {
.CodeMirror-vscrollbar::-webkit-scrollbar-thumb {
border-radius: 2px;
}
}
// 表格
.scroll-box::-webkit-scrollbar {
width: 4px;
}