forked from github/dataease
Merge pull request #712 from dataease/pr@v1.2@refactor_chart_drag
refactor: 视图拖拽项样式优化
This commit is contained in:
commit
71a17fbd3d
@ -55,7 +55,7 @@
|
|||||||
<span>
|
<span>
|
||||||
<i class="el-icon-sort" />
|
<i class="el-icon-sort" />
|
||||||
<span>{{ $t('chart.sort') }}</span>
|
<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>
|
</span>
|
||||||
<i class="el-icon-arrow-right el-icon--right" />
|
<i class="el-icon-arrow-right el-icon--right" />
|
||||||
</span>
|
</span>
|
||||||
@ -171,11 +171,6 @@ export default {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.summary-span{
|
|
||||||
margin-left: 4px;
|
|
||||||
color: #878d9f;;
|
|
||||||
}
|
|
||||||
|
|
||||||
.inner-dropdown-menu{
|
.inner-dropdown-menu{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -185,7 +180,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100px;
|
width: 80px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -227,7 +227,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100px;
|
width: 80px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -237,7 +237,7 @@ export default {
|
|||||||
|
|
||||||
.item-span-style{
|
.item-span-style{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 70px;
|
width: 80px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user