Unverified 提交 71a17fbd authored 作者: XiaJunjie2020's avatar XiaJunjie2020 提交者: GitHub

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

refactor: 视图拖拽项样式优化
......@@ -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;
......
......@@ -227,7 +227,7 @@ export default {
.item-span-style{
display: inline-block;
width: 100px;
width: 80px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
......
......@@ -237,7 +237,7 @@ export default {
.item-span-style{
display: inline-block;
width: 70px;
width: 80px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论