mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-23 09:46:51 +08:00
refactor(component): 优化多个组件的显示逻辑和样式
- 在 RenderCropper 组件中添加 visible 属性控制显示状态 - 修改 intelligent-agent 组件中图表的子标题 - 在 knowledgeForm 组件中添加图标预览功能
This commit is contained in:
@@ -35,7 +35,7 @@ export default {
|
||||
name: 'overveiw',
|
||||
data() {
|
||||
return {
|
||||
times: '',
|
||||
times: '9',
|
||||
list: [
|
||||
{
|
||||
options: {
|
||||
@@ -44,7 +44,7 @@ export default {
|
||||
textStyle: {
|
||||
fontSize: 13
|
||||
},
|
||||
subtext: '(万)'
|
||||
subtext: '所有时间'
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@@ -83,7 +83,7 @@ export default {
|
||||
textStyle: {
|
||||
fontSize: 13
|
||||
},
|
||||
subtext: '(万)'
|
||||
subtext: '所有时间'
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@@ -122,7 +122,7 @@ export default {
|
||||
textStyle: {
|
||||
fontSize: 13
|
||||
},
|
||||
subtext: '(万)'
|
||||
subtext: '所有时间'
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@@ -161,7 +161,7 @@ export default {
|
||||
textStyle: {
|
||||
fontSize: 13
|
||||
},
|
||||
subtext: '(万)'
|
||||
subtext: '所有时间'
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@@ -200,7 +200,7 @@ export default {
|
||||
textStyle: {
|
||||
fontSize: 13
|
||||
},
|
||||
subtext: '(万)'
|
||||
subtext: '所有时间'
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
@@ -239,7 +239,7 @@ export default {
|
||||
textStyle: {
|
||||
fontSize: 13
|
||||
},
|
||||
subtext: '(万)'
|
||||
subtext: '所有时间'
|
||||
},
|
||||
xAxis: {
|
||||
type: 'category',
|
||||
|
||||
Reference in New Issue
Block a user