added placeholder and fixed css

This commit is contained in:
Carlos Jimenez Ruiz 2021-01-19 13:30:07 +01:00
parent e859a1b837
commit 4f7c2f3afd
3 changed files with 5 additions and 2 deletions

View File

@ -21,6 +21,7 @@
auto-state="false"
panel="vn-fixed-price-search-panel"
info="Search prices by item ID or code"
placeholder="Search fixed prices"
filter="{}"
model="model">
</vn-searchbar>

View File

@ -1 +1,3 @@
Fixed prices: Precios fijados
Fixed prices: Precios fijados
Search prices by item ID or code: Buscar por ID de artículo o código
Search fixed prices: Buscar precios fijados

View File

@ -1,5 +1,5 @@
@import "variables";
vn-date-picker {
vn-table vn-date-picker {
max-width: 90px;
}