Commit 37007faee3b52281cfdede82afbc242ce736b32e
1 parent
ee8022f1
1、添加表格自动换行
2添加表格列字体对其方式特殊属性 3添加折线图滑块默认100%
Showing
3 changed files
with
4 additions
and
4 deletions
src/views/bigscreenDesigner/designer/tools/main.js
| @@ -44,7 +44,7 @@ import {widgetConicalColumnChart} from "./configure/funnelCharts/widget-conical- | @@ -44,7 +44,7 @@ import {widgetConicalColumnChart} from "./configure/funnelCharts/widget-conical- | ||
| 44 | import {widgetBorderBoxFloat} from "./configure/div/widget-border-box-float"; | 44 | import {widgetBorderBoxFloat} from "./configure/div/widget-border-box-float"; |
| 45 | import {widgetDigitalFlopSingle} from "./configure/texts/widget-digital-flop-single"; | 45 | import {widgetDigitalFlopSingle} from "./configure/texts/widget-digital-flop-single"; |
| 46 | import {widgetSvg} from "./configure/div/widget-svg"; | 46 | import {widgetSvg} from "./configure/div/widget-svg"; |
| 47 | -import {widgetRotateRanking} from "./configure/table/widget-rotate-ranking"; | 47 | +// import {widgetRotateRanking} from "./configure/table/widget-rotate-ranking"; |
| 48 | import {widgetHtmlSlider} from "./configure/div/widget-html-slider"; | 48 | import {widgetHtmlSlider} from "./configure/div/widget-html-slider"; |
| 49 | 49 | ||
| 50 | 50 | ||
| @@ -97,7 +97,7 @@ export const widgetTool = [ | @@ -97,7 +97,7 @@ export const widgetTool = [ | ||
| 97 | widgetBorderBoxFloat, | 97 | widgetBorderBoxFloat, |
| 98 | widgetDigitalFlopSingle, | 98 | widgetDigitalFlopSingle, |
| 99 | widgetSvg, | 99 | widgetSvg, |
| 100 | - widgetRotateRanking, | 100 | + // widgetRotateRanking, |
| 101 | widgetRadioPiechart, | 101 | widgetRadioPiechart, |
| 102 | widgetHtmlSlider, | 102 | widgetHtmlSlider, |
| 103 | ] | 103 | ] |
src/views/bigscreenDesigner/designer/widget/temp.vue
| @@ -23,7 +23,7 @@ import WidgetFunnel from "./funnel/widgetFunnel.vue"; | @@ -23,7 +23,7 @@ import WidgetFunnel from "./funnel/widgetFunnel.vue"; | ||
| 23 | import WidgetGauge from "./percent/widgetGauge.vue"; | 23 | import WidgetGauge from "./percent/widgetGauge.vue"; |
| 24 | import WidgetPieNightingaleRoseArea from "./pie/widgetPieNightingaleRose"; | 24 | import WidgetPieNightingaleRoseArea from "./pie/widgetPieNightingaleRose"; |
| 25 | import widgetTable from "./table/widgetTable.vue"; | 25 | import widgetTable from "./table/widgetTable.vue"; |
| 26 | -import widgetRotateRanking from "./table/WidgetRotateRanking.vue"; | 26 | +// import widgetRotateRanking from "./table/WidgetRotateRanking.vue"; |
| 27 | import widgetLineMap from "./map/widgetLineMap.vue"; | 27 | import widgetLineMap from "./map/widgetLineMap.vue"; |
| 28 | import widgetPiePercentageChart from "./percent/widgetPiePercentageChart"; | 28 | import widgetPiePercentageChart from "./percent/widgetPiePercentageChart"; |
| 29 | import widgetAirBubbleMap from "./map/widgetAirBubbleMap"; | 29 | import widgetAirBubbleMap from "./map/widgetAirBubbleMap"; |
src/views/bigscreenDesigner/designer/widget/widget.vue
| @@ -111,7 +111,7 @@ export default { | @@ -111,7 +111,7 @@ export default { | ||
| 111 | widgetBorderBoxFloat, | 111 | widgetBorderBoxFloat, |
| 112 | widgetDigitalFlopSingle, | 112 | widgetDigitalFlopSingle, |
| 113 | widgetSvg, | 113 | widgetSvg, |
| 114 | - widgetRotateRanking, | 114 | + // widgetRotateRanking, |
| 115 | widgetRadioPiechart, | 115 | widgetRadioPiechart, |
| 116 | widgetHtmlSlider, | 116 | widgetHtmlSlider, |
| 117 | }, | 117 | }, |