大铁ctc调整

This commit is contained in:
fan 2022-06-17 13:08:08 +08:00
parent 37d984378c
commit ef22b07945
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="menus" :style="{width: width + 'px'}"> <div class="menus" :style="{width: width + 'px'}">
<menu-bar v-if="isCtc" ref="menuBar" :date-strin="dateString1" :selected="selected" /> <menu-bar v-if="isCtc" ref="menuBar" :date-strin="dateString1" :selected="selected" />
<div v-if="isCtc" style="position: absolute; top: 64px;z-index: 10;background: #F0F0F0;padding: 2px;height: 65px;width: 100%;"> <div v-if="isCtc" style="position: absolute; top: 35px;z-index: 10;background: #F0F0F0;padding: 2px;height: 65px;width: 100%;">
<div style="display: flex;"> <div style="display: flex;">
<img :src="ctcBarIcon1" class="img-box"> <img :src="ctcBarIcon1" class="img-box">
<img :src="ctcBarIcon2" class="img-box"> <img :src="ctcBarIcon2" class="img-box">

View File

@ -184,7 +184,7 @@ export default {
textStatus.style.top = this.offset - 15 + 'px'; textStatus.style.top = this.offset - 15 + 'px';
} }
if (this.$route.query.ctc) { if (this.$route.query.ctc) {
this.offset = 65; this.offset = 35;
this.offsetBottom = 2; this.offsetBottom = 2;
} }
}); });