|
@@ -146,7 +146,6 @@
|
|
|
import LineChart from "@/components/Echarts/LineChart";
|
|
|
import PieChart from "@/components/Echarts/PieChart";
|
|
|
import BarChart from "@/components/Echarts/BarChart.vue";
|
|
|
-import echarts from "echarts";
|
|
|
|
|
|
export default {
|
|
|
name: "BuildingSaveDialog",
|
|
@@ -660,7 +659,7 @@ export default {
|
|
|
margin-left: 3px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- justify-content: end;
|
|
|
+ justify-content: flex-end;
|
|
|
}
|
|
|
.c1_titleText{
|
|
|
width: 100%;
|