style: playground style

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent c04b9342b8
commit b041cdc766
26 changed files with 373 additions and 312 deletions
@@ -68,4 +68,24 @@
justify-content: flex-end;
}
}
.input-box {
width: 100%;
display: flex;
position: relative;
.holder {
pointer-events: none;
position: absolute;
top: 0;
left: 6px;
color: var(--ant-color-text-quaternary);
kbd {
border: 1px solid var(--ant-color-border);
border-radius: 3px;
padding: 0 2px;
}
}
}
}