mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 20:30:37 +08:00
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 {
|
.question-input {
|
||||||
min-height: 47px;
|
min-height: 47px;
|
||||||
width: calc(100% - 400px);
|
width: calc(100% - 360px);
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -537,3 +537,11 @@ const save = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style lang="less">
|
||||||
|
.mobile-config-panel {
|
||||||
|
.title-container {
|
||||||
|
width: 90% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user