feat: 用户操作日志.

This commit is contained in:
lijiahang
2023-11-01 18:57:53 +08:00
parent cfcb5cb7a8
commit eafe69ebca
45 changed files with 1255 additions and 157 deletions

View File

@@ -122,6 +122,18 @@
cursor: pointer;
}
.mx0 {
margin: 0 0;
}
.mx2 {
margin: 0 2px;
}
.mx4 {
margin: 0 4px;
}
.ml4 {
margin-left: 4px;
}