个人设置,自定义列显示、排序

This commit is contained in:
liweijin
2018-11-09 17:58:45 +08:00
parent c6ea0b8ef9
commit b4cfe1108b
9 changed files with 792 additions and 10 deletions
+3 -1
View File
@@ -4,7 +4,6 @@ body {
width: 100%;
height: 100%;
font-size: 14px !important;
overflow: hidden;
font-family: "Roboto", sans-serif !important;
background-color: #1190d6 !important;
}
@@ -35,3 +34,6 @@ button,
background: rgba(0, 0, 0, 0.15);
}
}
.anticon svg{
vertical-align: unset;
}