fix: 底部文字
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
<div class="open open-right" @click="handleOpen('right')">{{ openBox ? "》" : "《" }}</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="footer">由数字化中心YIP提供支持</div> -->
|
||||
<!-- <div class="footer">由数字科技中心YIP提供支持</div> -->
|
||||
</div>
|
||||
<SurveyDownload v-model:visible="downloadVisible" :sn="sn" :type="3" />
|
||||
<RemarkDrawer
|
||||
|
||||
@@ -423,7 +423,7 @@
|
||||
isMobile
|
||||
/>
|
||||
</div>
|
||||
<div v-if="isAnswer && styleInfo.is_yip" class="footer">由数字化中心YIP提供支持</div>
|
||||
<div v-if="isAnswer && styleInfo.is_yip" class="footer">由数字科技中心YIP提供支持</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -413,7 +413,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="isAnswer && styleInfo.is_yip" class="footer">由数字化中心YIP提供支持</div>
|
||||
<div v-if="isAnswer && styleInfo.is_yip" class="footer">由数字科技中心YIP提供支持</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user