diff --git a/resources/js/Components/RpoRecord2.vue b/resources/js/Components/RpoRecord2.vue index 5a32020..1911415 100644 --- a/resources/js/Components/RpoRecord2.vue +++ b/resources/js/Components/RpoRecord2.vue @@ -94,7 +94,7 @@ function subRpo(val,kz,i) { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } .m-2 { - margin: .5rem!important; + margin: 0rem!important; } .mx-2 { margin-right: .5rem!important; @@ -113,10 +113,20 @@ function subRpo(val,kz,i) { } .key { background: lightgray; + box-shadow: + 2px 0 0 0 #888, + 0 2px 0 0 #888, + 2px 2px 0 0 #888, /* Just to fix the corner */ + 2px 0 0 0 #888 inset, + 0 2px 0 0 #888 inset; } .table-main .row-data { - border: 2px solid grey; - border-radius: 2px; + box-shadow: + 2px 0 0 0 #000, + 0 2px 0 0 #000, + 2px 2px 0 0 #000, /* Just to fix the corner */ + 2px 0 0 0 #000 inset, + 0 2px 0 0 #000 inset; } \ No newline at end of file