tax tags style and auto complate fixed
This commit is contained in:
parent
c9be84b09a
commit
291ee163d3
38
public/css/custom.css
vendored
38
public/css/custom.css
vendored
@ -7,8 +7,42 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-tax .el-select .el-select__tags .el-tag {
|
.el-select .el-select__tags .el-tag
|
||||||
margin-top: 30px;
|
{
|
||||||
|
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--------*/
|
/*--------General Button Hover--------*/
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
<td class="col-md-2 border-right-0 border-bottom-0">
|
<td class="col-md-2 border-right-0 border-bottom-0">
|
||||||
@stack('quantity_input_start')
|
@stack('quantity_input_start')
|
||||||
<input class="form-control text-center"
|
<input class="form-control text-center"
|
||||||
|
autocomplete="off"
|
||||||
required="required"
|
required="required"
|
||||||
data-item="quantity"
|
data-item="quantity"
|
||||||
v-model="row.quantity"
|
v-model="row.quantity"
|
||||||
@ -73,6 +74,7 @@
|
|||||||
@stack('price_input_start')
|
@stack('price_input_start')
|
||||||
<input class="form-control text-right input-price"
|
<input class="form-control text-right input-price"
|
||||||
required="required"
|
required="required"
|
||||||
|
autocomplete="off"
|
||||||
data-item="price"
|
data-item="price"
|
||||||
v-model.lazy="row.price"
|
v-model.lazy="row.price"
|
||||||
v-money="money"
|
v-money="money"
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
<td class="col-md-2 border-right-0 border-bottom-0">
|
<td class="col-md-2 border-right-0 border-bottom-0">
|
||||||
@stack('quantity_input_start')
|
@stack('quantity_input_start')
|
||||||
<input class="form-control text-center"
|
<input class="form-control text-center"
|
||||||
|
autocomplete="off"
|
||||||
required="required"
|
required="required"
|
||||||
data-item="quantity"
|
data-item="quantity"
|
||||||
v-model="row.quantity"
|
v-model="row.quantity"
|
||||||
@ -72,6 +73,7 @@
|
|||||||
<td class="col-md-2 border-right-0 border-bottom-0">
|
<td class="col-md-2 border-right-0 border-bottom-0">
|
||||||
@stack('price_input_start')
|
@stack('price_input_start')
|
||||||
<input class="form-control text-right input-price"
|
<input class="form-control text-right input-price"
|
||||||
|
autocomplete="off"
|
||||||
required="required"
|
required="required"
|
||||||
data-item="price"
|
data-item="price"
|
||||||
v-model.lazy="row.price"
|
v-model.lazy="row.price"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user