Unverified 提交 d2e3f90a authored 作者: 王嘉豪's avatar 王嘉豪 提交者: GitHub

Merge pull request #1556 from dataease/pr@dev@feat-mobile-reset

style: 移动端布局样式优化
......@@ -40,7 +40,6 @@
<!--手机视图详情-->
<el-dialog
:title="'['+showChartInfo.name+']'+$t('chart.chart_details')"
:visible.sync="mobileChartDetailsVisible"
:fullscreen="true"
class="mobile-dialog-css"
......@@ -163,7 +162,7 @@ export default {
}
if (this.backScreenShot) {
style.height = this.mainHeight
} else {
} else if (this.terminal === 'pc') {
style.padding = '5px'
}
return style
......@@ -295,6 +294,7 @@ export default {
openChartDetailsDialog(chartInfo) {
this.showChartInfo = chartInfo.chart
this.showChartTableInfo = chartInfo.tableChart
// this.mobileChartDetailsVisible = true
if (this.terminal === 'pc') {
this.chartDetailsVisible = true
} else {
......@@ -372,5 +372,8 @@ export default {
::v-deep .el-tabs__nav{
z-index: 0;
}
.mobile-dialog-css ::v-deep .el-dialog__headerbtn{
top: 5px;
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论