This commit is contained in:
yanran200730
2022-08-09 14:17:15 +08:00
parent a12a2b2d72
commit 8229258af4

View File

@@ -711,6 +711,12 @@ export default {
} }
} }
.ai-form {
textarea {
border-radius: 4px 4px 0 0!important;
}
}
* { * {
box-sizing: border-box; box-sizing: border-box;
} }
@@ -720,7 +726,7 @@ export default {
flex-direction: column; flex-direction: column;
padding: 14px 16px; padding: 14px 16px;
background: #F9F9F9; background: #F9F9F9;
border-radius: 0px 0px 2px 2px; border-radius: 0px 0px 4px 4px;
border: 1px solid #D0D4DC; border: 1px solid #D0D4DC;
border-top: none; border-top: none;