修复bug
This commit is contained in:
parent
33700dc5fe
commit
b44be63539
4
main.js
4
main.js
@ -37,11 +37,11 @@ if (process.env.NODE_ENV === 'development') {
|
||||
console.log('开发环境')
|
||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
||||
// Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||
Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
||||
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
||||
|
||||
@ -192,6 +192,9 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.centerContent {
|
||||
padding-bottom: 110rpx;
|
||||
}
|
||||
.flex2 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@ -349,7 +349,7 @@
|
||||
.b-bottom {
|
||||
border-top: 2rpx solid #f0f0f0;
|
||||
display: flex;
|
||||
height: 200rpx;
|
||||
// height: 200rpx;
|
||||
line-height: 80rpx;
|
||||
|
||||
.inputFrom {
|
||||
@ -473,7 +473,8 @@
|
||||
.imgBox_wrap {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin-top: 10px;
|
||||
margin-top: 20rpx;
|
||||
margin-bottom: 20rpx;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
任务内容
|
||||
</view>
|
||||
<view class="type">
|
||||
<view class="textColor">分部分项工程名称:<span class="textStyle">{{itemFrom.taskName}}</span></view>
|
||||
<view class="textColor"><text class="textFlex">分部分项工程名称:</text> <span class="textStyle">{{itemFrom.taskName}}</span></view>
|
||||
</view>
|
||||
<view class="type">
|
||||
<view class="textColor">区域:<span class="textStyle">{{itemFrom.qualityRegionName}}</span></view>
|
||||
@ -220,6 +220,13 @@
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
.textColor {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.textFlex {
|
||||
width: 336rpx;
|
||||
}
|
||||
}
|
||||
.content {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
@ -245,12 +245,12 @@ export default {
|
||||
|
||||
|
||||
.item {
|
||||
box-shadow: 0 4px 24px 0px rgba(212, 220, 236, 0.69);
|
||||
box-shadow: 0 8rpx 48rpx 0px rgba(212, 220, 236, 0.69);
|
||||
border-radius: 8px;
|
||||
height: 175px;
|
||||
// height: 175px;
|
||||
width: 92%;
|
||||
margin: 15px 10px;
|
||||
padding: 10px 0px 0px 10px;
|
||||
margin: 30rpx 30rpx;
|
||||
padding: 20rpx 0px 20rpx 20rpx;
|
||||
// position: relative;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user