fix: 修复文件
This commit is contained in:
parent
d82e1d7483
commit
d60fc8e735
|
@ -74,13 +74,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.goods-name {
|
.goods-name {
|
||||||
font-weight: 500;
|
|
||||||
font-size: 0.13rem;
|
font-size: 0.13rem;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 0.16rem;
|
|
||||||
text-align: left;
|
|
||||||
font-style: normal;
|
|
||||||
text-transform: none;
|
|
||||||
padding: 0.11rem 0 0 0.08rem;
|
padding: 0.11rem 0 0 0.08rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -89,8 +89,8 @@
|
||||||
}}</button>
|
}}</button>
|
||||||
|
|
||||||
|
|
||||||
<button type="button" class="ok-btn" v-show="!state.popOkType === 2"
|
<button type="button" class="ok-btn" @click="popOkBtn(state.popOkType)"
|
||||||
@click="popOkBtn(state.popOkType)">{{ state.popObj.btnOk
|
v-if="state.popOkType === 2 ? false : true">{{ state.popObj.btnOk
|
||||||
}}</button>
|
}}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue