You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/vue-ui-quadrant.vue
+15-20
Original file line number
Diff line number
Diff line change
@@ -882,17 +882,21 @@ defineExpose({
882
882
<tbody>
883
883
<trv-for="(tr, i) in table.body">
884
884
<tdv-for="(td, j) in tr":style="`background:${quadrantConfig.table.td.backgroundColor};color:${quadrantConfig.table.td.color};outline:${quadrantConfig.table.td.outline}`">
0 commit comments