refactor: playground add comparsion

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent 1abaa164f5
commit c04b9342b8
32 changed files with 1206 additions and 425 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
:global(.label-val) {
position: absolute;
top: -14px;
right: 2px;
right: -14px;
width: 80px;
border-radius: 8px;
border-radius: var(--border-radius-base);
text-align: center;
border: 1px solid var(--ant-color-border) !important;