forked from github/dataease
Merge pull request #11264 from dataease/pr@dev-v2_st
fix(系统设置): 卡片长度需要一致
This commit is contained in:
commit
7793008154
@ -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;
|
||||
|
@ -537,3 +537,11 @@ const save = () => {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="less">
|
||||
.mobile-config-panel {
|
||||
.title-container {
|
||||
width: 90% !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user