policy-vehicles UI fixes
This commit is contained in:
parent
dc44927772
commit
cdf8030c11
2 changed files with 3 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ export default {
|
||||||
const vehicles = this.policyVehicles;
|
const vehicles = this.policyVehicles;
|
||||||
const mappedData =
|
const mappedData =
|
||||||
vehicles?.map((v) => {
|
vehicles?.map((v) => {
|
||||||
const maskSymbol = 'X';
|
const maskSymbol = '*';
|
||||||
const vinStart = maskSymbol.repeat(v.vin.length - 6);
|
const vinStart = maskSymbol.repeat(v.vin.length - 6);
|
||||||
const vinEnd = v.vin.substring(v.vin.length - 6);
|
const vinEnd = v.vin.substring(v.vin.length - 6);
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ html {
|
||||||
border: 1px solid $red;
|
border: 1px solid $red;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 4;
|
z-index: 4;
|
||||||
|
border-radius: 60px;
|
||||||
|
|
||||||
.button-content {
|
.button-content {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue