|
@@ -181,7 +181,6 @@ import helper from '@/common/helper.js';
|
|
|
if(res.data.data.length==0){
|
|
|
this.isShowAlert = true
|
|
|
}
|
|
|
- this.isShowAlert = true
|
|
|
this.compList = res.data.data
|
|
|
this.compName = res.data.data[0].compName
|
|
|
}
|
|
@@ -313,6 +312,7 @@ import helper from '@/common/helper.js';
|
|
|
|
|
|
.title {
|
|
|
font-size: 16px;
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -383,7 +383,8 @@ import helper from '@/common/helper.js';
|
|
|
display: flex;
|
|
|
margin: 20rpx 0;
|
|
|
justify-content: space-between;
|
|
|
-
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
+ padding-bottom: 20rpx;
|
|
|
.left,
|
|
|
.right {
|
|
|
display: flex;
|
|
@@ -395,6 +396,9 @@ import helper from '@/common/helper.js';
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
margin-bottom: 20rpx;
|
|
|
+ padding-bottom: 20rpx;
|
|
|
+ font-weight: 700;
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
}
|
|
|
.-model__title{
|
|
|
background: red;
|