Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
水玉婷
ai-wechat
Commits
59fea6c1
Commit
59fea6c1
authored
Jan 23, 2026
by
水玉婷
Browse files
feat:修改table样式
parent
937af939
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/views/components/ChartComponent.vue
View file @
59fea6c1
...
...
@@ -80,9 +80,9 @@
<!-- 图表渲染区域 -->
<div
class=
"chart-render-area"
>
<!-- 表格渲染 -->
<
div
v-if=
"selectedChartType === CHART_TYPES.TABLE"
class=
"table-render"
>
<
template
v-if=
"selectedChartType === CHART_TYPES.TABLE"
>
<div
v-html=
"tableHtml"
class=
"message-chart"
></div>
</
div
>
</
template
>
<!-- 柱状图渲染 -->
<ColumnChart
...
...
src/views/components/style.less
View file @
59fea6c1
...
...
@@ -546,7 +546,7 @@ li {
:deep(.message-table) {
width: 100%;
max-width: 100%;
margin: 4px 0;
margin:
2
4px 0
16px
;
// 表格容器
.table-container {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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