fix(系统设置): 卡片长度需要一致

This commit is contained in:
dataeaseShu 2024-07-30 15:09:01 +08:00
parent 6b30b7ce4b
commit d8ba3a9b9b
2 changed files with 9 additions and 1 deletions

View File

@ -357,7 +357,7 @@ const queryAnswer = (event?: KeyboardEvent) => {
}
.question-input {
min-height: 47px;
width: calc(100% - 400px);
width: calc(100% - 360px);
margin-left: 20px;
display: flex;
align-items: center;

View File

@ -537,3 +537,11 @@ const save = () => {
}
}
</style>
<style lang="less">
.mobile-config-panel {
.title-container {
width: 90% !important;
}
}
</style>