Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LeThanhPhongLTV committed May 30, 2022
1 parent 8450a09 commit 50f6f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/table/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<el-table-column label="STATUS" width="167">
<template #default="scope">
<div class="flex items-center">
<i class="w-1 h-1 bg-warning"></i>
<i class="w-1 h-1 bg-warning" aria-hidden="true"></i>
<span class="ml-3 text-0.875 font-normal">{{ scope.row.status }}</span>
</div>
</template>
Expand Down

0 comments on commit 50f6f09

Please sign in to comment.