Merge pull request #712 from dataease/pr@v1.2@refactor_chart_drag

refactor: 视图拖拽项样式优化
This commit is contained in:
XiaJunjie2020 2021-08-27 11:53:39 +08:00 committed by GitHub
commit 71a17fbd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 9 deletions

View File

@ -55,7 +55,7 @@
<span>
<i class="el-icon-sort" />
<span>{{ $t('chart.sort') }}</span>
<span class="summary-span">({{ $t('chart.'+item.sort) }})</span>
<span class="summary-span-item">({{ $t('chart.'+item.sort) }})</span>
</span>
<i class="el-icon-arrow-right el-icon--right" />
</span>
@ -171,11 +171,6 @@ export default {
font-size: 12px;
}
.summary-span{
margin-left: 4px;
color: #878d9f;;
}
.inner-dropdown-menu{
display: flex;
justify-content: space-between;
@ -185,7 +180,7 @@ export default {
.item-span-style{
display: inline-block;
width: 100px;
width: 80px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

View File

@ -227,7 +227,7 @@ export default {
.item-span-style{
display: inline-block;
width: 100px;
width: 80px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

View File

@ -237,7 +237,7 @@ export default {
.item-span-style{
display: inline-block;
width: 70px;
width: 80px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;