diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue
index a968d1e8..f2afbc05 100644
--- a/ayanova/src/components/gz-data-table.vue
+++ b/ayanova/src/components/gz-data-table.vue
@@ -246,7 +246,7 @@
{{ getHeaderText(c.key) }}
-
+
{{ c.v }}
@@ -585,7 +585,10 @@ export default {
if (c.clr[0] != "#") {
c.clr = "#" + c.clr;
}
- return { border: `4px solid ${c.clr}` };
+ return {
+ "border-left": `5px solid ${c.clr}`
+ // , "border-top": `4px solid ${c.clr}`
+ };
}
return null;
},