瀏覽代碼

bug修复

chenrui 4 年之前
父節點
當前提交
b19e517a20

+ 1 - 1
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -5,7 +5,7 @@
     centered
     :maskClosable="false"
     :confirmLoading="confirmLoading"
-    width="600px"
+    :width="960"
     :footer="null"
     @cancel="cancel"
   >

+ 1 - 1
src/views/salesManagement/salesQuery/queryPart.vue

@@ -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>
       </template>
       <!-- 操作 -->