Browse Source

列表扫描按钮添加颜色效果

zhangjie 2 năm trước cách đây
mục cha
commit
7e6f959a14
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/modules/client/views/TaskManage.vue

+ 2 - 1
src/modules/client/views/TaskManage.vue

@@ -82,8 +82,9 @@
               class="btn-primary"
               type="text"
               @click="toScan(scope.row)"
-              >扫描</el-button
             >
+              <span class="cont-link">扫描</span>
+            </el-button>
           </template>
         </el-table-column>
       </el-table>