Browse Source

修改table行点击鼠标手势

fujunwen 4 years ago
parent
commit
2f8ecf7bf1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -351,6 +351,9 @@ body {
         line-height: 26px;
         width: 8%;
     }
+    .el-table__row{
+        cursor: pointer;
+    }
 }
 .el-dialog__header {
     border-bottom: 1px solid rgba(239, 240, 241, 1);