chore: watch api

This commit is contained in:
jialin
2024-06-28 17:14:34 +08:00
parent 871bca1916
commit cf0113e8d8
35 changed files with 1171 additions and 627 deletions
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+17
View File
@@ -14,6 +14,18 @@
margin-left: 8px;
}
.m-r-10 {
margin-right: 10px;
}
.m-r-5 {
margin-right: 5px;
}
.m-r-8 {
margin-right: 8px;
}
.flex {
display: flex;
}
@@ -35,3 +47,8 @@
.opct-8 {
opacity: 0.8;
}
.flex-column {
display: flex;
flex-direction: column;
}