Merge pull request #3971 from dataease/pr@dev@refactor_chart

refactor(视图): 统一视图标题的内边距
This commit is contained in:
xuwei-fit2cloud 2022-11-30 17:44:45 +08:00 committed by GitHub
commit fa4f50e41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
:style="title_class"
style="cursor: default;display: block;"
>
<div style="padding:6px 4px 0;margin: 0;">
<div style="padding:4px 4px 0;margin: 0;">
<chart-title-update
:title-class="title_class"
:chart-info="chartInfo"

View File

@ -18,7 +18,7 @@
:style="title_class"
style="cursor: default;display: block;"
>
<div style="padding:6px 4px 0;margin: 0;">
<div style="padding:4px 4px 0;margin: 0;">
<chart-title-update
:title-class="title_class"
:chart-info="chartInfo"

View File

@ -2,7 +2,7 @@
<div
ref="tableContainer"
:style="bg_class"
style="padding: 8px;width: 100%;height: 100%;overflow: hidden;"
style="padding: 4px;width: 100%;height: 100%;overflow: hidden;"
>
<span
v-show="title_show"

View File

@ -2,7 +2,7 @@
<div
ref="tableContainer"
:style="bg_class"
style="width: 100%;height: 100%;overflow: hidden;"
style="padding: 4px;width: 100%;height: 100%;overflow: hidden;"
>
<view-track-bar
ref="viewTrack"