Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
loongten
dataease
Commits
3c0a73fb
Unverified
Commit
3c0a73fb
authored
3 years ago
by
XiaJunjie2020
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1123 from dataease/pr@v1.3@fix_chart_card_title
fix: 视图指标卡标题位置修复
parents
0e73a072
b62aec3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/views/chart/components/component-style/TitleSelector.vue
+1
-1
.../views/chart/components/component-style/TitleSelector.vue
with
1 addition
and
1 deletion
+1
-1
frontend/src/views/chart/components/component-style/TitleSelector.vue
+
1
-
1
View file @
3c0a73fb
...
...
@@ -31,7 +31,7 @@
<el-radio-button
label=
"right"
>
{{
$t
(
'
chart.text_pos_right
'
)
}}
</el-radio-button>
</el-radio-group>
</el-form-item>
<el-form-item
v-show=
"chart.type && !chart.type.includes('table') && chart.type !== 'liquid'"
:label=
"$t('chart.text_v_position')"
class=
"form-item"
>
<el-form-item
v-show=
"chart.type && !chart.type.includes('table') && chart.type !== 'liquid'
&& !chart.type.includes('text')
"
:label=
"$t('chart.text_v_position')"
class=
"form-item"
>
<el-radio-group
v-model=
"titleForm.vPosition"
size=
"mini"
@
change=
"changeTitleStyle"
>
<el-radio-button
label=
"top"
>
{{
$t
(
'
chart.text_pos_top
'
)
}}
</el-radio-button>
<el-radio-button
label=
"center"
>
{{
$t
(
'
chart.text_pos_center
'
)
}}
</el-radio-button>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help