소스 검색

修改bug

chenrui 2 년 전
부모
커밋
f42ed43134
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/productManagement/productInfo/list.vue

+ 1 - 1
src/views/productManagement/productInfo/list.vue

@@ -70,7 +70,7 @@
             <a-menu-item key="1"> 批量启用</a-menu-item>
             <a-menu-item key="2"> 批量禁用</a-menu-item>
           </a-menu>
-          <a-button type="danger" ghost style="margin-left: 5px"> 批量操作 <a-icon type="down" /> </a-button>
+          <a-button type="danger" ghost style="margin-left: 5px">批量操作 <a-icon type="down" /> </a-button>
         </a-dropdown>
         <span v-if="rowSelectionInfo&&rowSelectionInfo.selectedRowKeys">已选 {{ rowSelectionInfo.selectedRowKeys.length }} 项</span>
       </div>