fix: submit message

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent af077c4706
commit 2e5f0d9210
21 changed files with 907 additions and 145 deletions
@@ -0,0 +1,21 @@
.model-item {
display: flex;
flex-direction: column;
border: 1px solid var(--ant-color-border);
border-radius: var(--border-radius-base);
height: 100%;
.header {
padding-inline: 2px 16px;
display: flex;
align-items: center;
justify-content: space-between;
height: 46px;
border-bottom: 1px solid var(--ant-color-border);
}
.content {
flex: 1;
padding: 16px;
}
}