css
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
<div class="integral-select" v-if="opts === 1">
|
||||
<div class="integral-item" @click="isShowType = true">
|
||||
<div class="label"><span>*</span>积分类别</div>
|
||||
<div class="value">
|
||||
<div class="value" >
|
||||
<span :style="{color:data.auditIntegralType ? '' : '#999'}">{{ $dict.getLabel('atWillReportType',data.auditIntegralType) || '请选择' }}</span>
|
||||
<u-icon name="arrow-right" color="#E1E2E3"/>
|
||||
</div>
|
||||
@@ -46,7 +46,7 @@
|
||||
<u-icon name="arrow-right" color="#E1E2E3"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="integral-item last">
|
||||
<div class="integral-item">
|
||||
<div class="label"><span style="margin-right: 8px;"></span>积分调整</div>
|
||||
<div style="color: #E6736E;margin-right: 8px; font-weight: 600;" class="value">{{ data.integral }}</div>
|
||||
</div>
|
||||
@@ -185,6 +185,7 @@ export default {
|
||||
},
|
||||
integralType(e) {
|
||||
this.data.auditIntegralType = e[0].value
|
||||
this.typeChange()
|
||||
},
|
||||
submit() {
|
||||
if(this.opts==1){
|
||||
@@ -339,9 +340,6 @@ export default {
|
||||
padding: 34px 0;
|
||||
border-bottom: 1px solid #D8DDE6;
|
||||
|
||||
.last {
|
||||
border-bottom: 1px solid #D8DDE6;
|
||||
}
|
||||
|
||||
.label {
|
||||
width: 30%;
|
||||
@@ -354,10 +352,6 @@ export default {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
.integral-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
||||
.reject {
|
||||
|
||||
Reference in New Issue
Block a user