diff --git a/src/components/table/cell.vue b/src/components/table/cell.vue new file mode 100644 index 00000000..1fa8a1fb --- /dev/null +++ b/src/components/table/cell.vue @@ -0,0 +1,68 @@ + + \ No newline at end of file diff --git a/src/components/table/table.vue b/src/components/table/table.vue index c416f770..efc7b054 100644 --- a/src/components/table/table.vue +++ b/src/components/table/table.vue @@ -26,12 +26,19 @@ @mouseleave.stop="handleMouseOut(index)" @click.stop="highlightCurrentRow(index)"> -
- - +
+
+ + + + + + + + + + @@ -49,13 +56,14 @@