chore: depoly model ux

This commit is contained in:
jialin
2024-08-09 10:26:46 +08:00
parent a04773d487
commit ab8483fc42
18 changed files with 568 additions and 49 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

+8
View File
@@ -14,6 +14,10 @@
margin-left: 8px;
}
.m-l-20 {
margin-left: 20px;
}
.m-r-10 {
margin-right: 10px;
}
@@ -63,6 +67,10 @@
flex-direction: column;
}
.relative {
position: relative;
}
.font-size-12 {
font-size: var(--font-size-base);
}