tax tags style and auto complate fixed

This commit is contained in:
batuhanbas 2019-12-19 14:07:44 +03:00
parent c9be84b09a
commit 291ee163d3
3 changed files with 40 additions and 2 deletions

38
public/css/custom.css vendored
View File

@ -7,8 +7,42 @@
font-style: normal;
}
.select-tax .el-select .el-select__tags .el-tag {
margin-top: 30px;
.el-select .el-select__tags .el-tag
{
background: #55588b !important;
}
.el-tag.el-tag--info
{
border-color: #55588b !important;
}
.el-select .el-select__tags
{
padding-left: 6px !important;
}
.el-select .el-select__input
{
margin-left: unset !important;
}
.select-tax .el-select .el-select__tags
{
width: unset !important;
max-width: unset !important;
}
.select-tax .el-select span:first-of-type
{
width: 60px !important;
overflow: hidden;
}
.select-tax .el-select .el-select__tags .el-select__tags-text
{
width: 20px !important;
overflow: hidden;
}
/*--------General Button Hover--------*/

View File

@ -57,6 +57,7 @@
<td class="col-md-2 border-right-0 border-bottom-0">
@stack('quantity_input_start')
<input class="form-control text-center"
autocomplete="off"
required="required"
data-item="quantity"
v-model="row.quantity"
@ -73,6 +74,7 @@
@stack('price_input_start')
<input class="form-control text-right input-price"
required="required"
autocomplete="off"
data-item="price"
v-model.lazy="row.price"
v-money="money"

View File

@ -57,6 +57,7 @@
<td class="col-md-2 border-right-0 border-bottom-0">
@stack('quantity_input_start')
<input class="form-control text-center"
autocomplete="off"
required="required"
data-item="quantity"
v-model="row.quantity"
@ -72,6 +73,7 @@
<td class="col-md-2 border-right-0 border-bottom-0">
@stack('price_input_start')
<input class="form-control text-right input-price"
autocomplete="off"
required="required"
data-item="price"
v-model.lazy="row.price"