jiangping
2023-08-23 5c2f3dbf8480f06ff777bc0473aecf7dab9d8ea4
大屏
已修改1个文件
19 ■■■■ 文件已修改
screen_standard/src/views/index.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
screen_standard/src/views/index.vue
@@ -170,7 +170,7 @@
        </div>
      </div>
      <!-- 设备巡检记录 -->
      <div class="content_right_bottom">
      <div class="content_right_bottom" ref="bottom1">
        <div class="content_right_bottom_head">
          <span>设备巡检记录</span>
        </div>
@@ -229,11 +229,13 @@
let timer3 = ref(null)
let timer4 = ref(null)
let timer5 = ref(null)
let bottomAuthHeight = 284;
let scrollContainer = ref(null)
let scrollContainer1 = ref(null)
let scrollContainer2 = ref(null)
let scrollContainer3 = ref(null)
let scrollContainer4 = ref(null)
let bottom1 = ref(null)
let cate = ref([
  {
    name: '成品计划进度',
@@ -274,6 +276,7 @@
start1()
const init = () => {
  setBottomHeight();
  // 当日员工产量TOP10
  getTop(companyId.value, departId.value)
    .then(res => {
@@ -370,6 +373,11 @@
    .then(res => {
      enterprise.setNum(res)
    })
}
function  setBottomHeight(){
  const pageHeight = window.innerHeight;
  bottomAuthHeight = pageHeight -700;
  // bottom1.style.height=bottomAuthHeight;
}
/**
@@ -804,7 +812,8 @@
    margin-right: 20px;
    .content_left_item1 {
      width: 100%;
      height: 284px;
      height:  calc(100vh - 700px);
    //  height: 284px;
      margin-bottom: 20px;
      .content_left_item1_head {
        background: url('@/assets/img/home_title_short@2x.png');
@@ -1276,7 +1285,8 @@
    .content_center_bottom {
      width: 100%;
      height: 284px;
     // height: 284px;
      height:  calc(100vh - 700px);
      flex: 2;
      .content_center_bottom_head {
        width: 100%;
@@ -1460,8 +1470,9 @@
    .content_right_bottom {
      width: 100%;
      height: 284px;
     // height: 284px;
      height:  calc(100vh - 700px);
      .content_right_bottom_head {
        width: 100%;
        height: 38px;