ZhangXianQiang
2024-03-18 0e41d67798042ed8fac08d80dd047127c1b752cf
style:修改监控样式
3个文件已修改
23 ■■■■■ 已修改文件
src/views/screen/components/screen-car/index.vue 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/screen/components/screen-detection/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/screen/components/screen-face/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/screen/components/screen-car/index.vue
@@ -1,14 +1,19 @@
<template>
  <div class="car-container">
    <wrapper-title :title="'人脸数据趋势'"></wrapper-title>
  </div>
</template>
<script>
  export default {
  }
import WrapperTitle from '../wrapper-title/index';
export default {
  name: 'ScreenCar',
  components: {
    WrapperTitle
  },
}
</script>
<style lang="scss" scoped>
</style>
<style lang="scss" scoped></style>
src/views/screen/components/screen-detection/index.vue
@@ -73,7 +73,7 @@
}
.water-item {
  font-size: 18px;
  font-size: 16px;
  color: #fff;
  .water-text {
@@ -85,7 +85,7 @@
  }
  .water-label {
    font-size: 24px;
    font-size: 20px;
  }
}
</style>
src/views/screen/components/screen-face/index.vue
@@ -47,7 +47,7 @@
</template>
<script>
import WrapperTitle from '../wrapper-title/index'
import WrapperTitle from '../wrapper-title/index';
import * as echarts from 'echarts';
let lineChart = null;
export default {