Browse Source

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

zhangjie 2 years ago
parent
commit
7e6f959a14
1 changed files with 2 additions and 1 deletions
  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>