Commit 37007faee3b52281cfdede82afbc242ce736b32e

Authored by qianbao
1 parent ee8022f1

1、添加表格自动换行

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