feat: 动火作业查看的安全措施样式错位调整

八项作业
mengfanliang 2024-09-06 11:55:21 +08:00
parent 5e2c9332dd
commit 559239d959
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<u-cell v-for="(item,index) in questionnaires" :key="index" :title="item.QUESTION"> <u-cell v-for="(item,index) in questionnaires" :key="index" :title="item.QUESTION">
<template #title> <template #title>
<view style="display: flex;justify-content: space-between"> <view style="display: flex;justify-content: space-between">
<view>{{ item.QUESTION }}</view> <view style="width: 75%;">{{ item.QUESTION }}</view>
<view>{{ item.TEXT_INFO || item.ANSWER }}</view> <view>{{ item.TEXT_INFO || item.ANSWER }}</view>
</view> </view>
</template> </template>

View File

@ -1,4 +1,4 @@
let requestPath = 'http://192.168.0.112:8199/'; // 后台请求地址 let requestPath = 'http://192.168.0.127:8199/'; // 后台请求地址
// let requestPath = 'https://skqhdg.porthebei.com:9006/qa-prevention-xgf/'; // 后台请求地址 // let requestPath = 'https://skqhdg.porthebei.com:9006/qa-prevention-xgf/'; // 后台请求地址
// let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址 // let requestPath = 'https://qgxgf.qhdsafety.com/qa-prevention-xgf/'; // 外网地址
import store from '../store/index' import store from '../store/index'