refactor component

This commit is contained in:
Jay_Makwana
2019-11-16 17:53:20 +05:30
parent 8aef621692
commit 7e0ff3f6cf
2 changed files with 9 additions and 6 deletions

View File

@ -171,6 +171,7 @@
sort-as="expense_date"
>
<template slot-scope="row">
<span>{{ $t('expenses.note') }}</span>
<div class="notes">
<div class="note">{{ row.notes }}</div>
</div>

View File

@ -36,13 +36,15 @@
text-align: left;
}
.required {
position: absolute;
left: -10px;
color: $ls-color-red;
}
}
.required {
position: absolute;
right: auto;
margin-left: 5px;
color: #FB7178;
}
text-align: left;
}