forked from github/dataease
Merge pull request #2317 from dataease/pr@dev_feat_filter_width
feat: 【仪表板】筛选框文字支持排列设置(靠上、居中等)宽度自适应
This commit is contained in:
commit
3b05d47567
@ -13,7 +13,6 @@
|
||||
<div
|
||||
ref="deContentContainer"
|
||||
class="condition-content"
|
||||
:style="titleStyle"
|
||||
:class="element.options.attrs.title ? '' : 'condition-content-default'"
|
||||
>
|
||||
<div class="condition-content-container">
|
||||
@ -174,6 +173,7 @@ export default {
|
||||
.condition-content {
|
||||
overflow: auto hidden;
|
||||
letter-spacing: 0px !important;
|
||||
width: 100%;
|
||||
}
|
||||
.condition-content-container {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user