2 커밋 b4d868b7e6 ... 4ab9da8373

작성자 SHA1 메시지 날짜
  zhanghao 4ab9da8373 Merge remote-tracking branch 'origin/main' 2 달 전
  zhanghao 17c5da5c45 大屏 界面修改 2 달 전
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/pad/official/terminalData.vue
  2. 1 2
      src/views/pad/official/terminalDataDialog.vue

+ 1 - 1
src/views/pad/official/terminalData.vue

@@ -552,7 +552,7 @@ export default {
   margin-left: 3px;
   display: flex;
   flex-direction: column;
-  justify-content: end;
+  justify-content: flex-end;
 }
 .c1_titleText{
   width: 100%;

+ 1 - 2
src/views/pad/official/terminalDataDialog.vue

@@ -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%;