@@ -5,7 +5,7 @@
centered
:maskClosable="false"
:confirmLoading="confirmLoading"
- width="600px"
+ :width="960"
:footer="null"
@cancel="cancel"
>
@@ -72,7 +72,7 @@
</template>
<!-- 产品名称 -->
<template slot="productName" slot-scope="text, record">
- <span>{{ text }}</span>
+ <span style="vertical-align: middle;">{{ text }}</span>
<a-badge :number-style="{ backgroundColor: '#52c41a' }" count="活动" v-if="record.isJoinActivityProduct == 1"></a-badge>
<!-- 操作 -->