chore: playground layout

This commit is contained in:
jialin
2024-05-28 19:22:06 +08:00
parent 3120f5ee3a
commit a99b58fbb4
26 changed files with 444 additions and 189 deletions
@@ -0,0 +1,16 @@
.message-item {
display: flex;
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 12px;
.role-type {
margin-right: 12px;
.ant-btn {
text-align: left;
width: 100px;
}
}
.message-content-input {
flex: 1;
}
}