1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-05 23:11:24 +08:00

Added margin to tag

This commit is contained in:
2023-05-16 16:03:04 +08:00
parent 3d5b168874
commit 0371eff3c9

View File

@@ -117,6 +117,7 @@ body {
margin-left: 0;
}
.el-table__cell .el-tag:not(:first-child) {
.el-table__cell .el-tag {
margin-left: 5px;
margin-top: 2px;
}