Merge pull request #739 from dataease/pr@dev@feat_chart_mix

refactor: 视图编辑样式优化
This commit is contained in:
XiaJunjie2020 2021-09-01 10:19:47 +08:00 committed by GitHub
commit a9fd56ac67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,6 @@
<span>{{ $t('chart.chart_type') }}</span>
<el-row>
<div class="chart-type">
<!--这里要替换好看点的图标UI标签可以重新定义-->
<el-radio-group
v-model="view.type"
style="width: 100%"
@ -1651,7 +1650,7 @@ export default {
}
.chart-type>>>.el-radio__input{
display: none;
display: none!important;
}
.el-radio{