Skip to content

Commit

Permalink
change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ieiayaobb committed Jan 19, 2017
1 parent c992397 commit 5c41d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified app/icons/icon.icns
Binary file not shown.
Binary file modified app/icons/icon.ico
Binary file not shown.
4 changes: 3 additions & 1 deletion app/src/components/DataGrid.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div class="data-grid">
<el-table
:data="results"
border
Expand Down Expand Up @@ -132,6 +132,8 @@
</script>

<style scoped>
.data-grid {
}
.key {
width: 80px;
display: inline-block;
Expand Down

0 comments on commit 5c41d54

Please sign in to comment.