added backend search for sales
This commit is contained in:
parent
ed4c968210
commit
dc3d0e1e2f
|
|
@ -2,9 +2,11 @@ columns:
|
||||||
type:
|
type:
|
||||||
label: type
|
label: type
|
||||||
type: text
|
type: text
|
||||||
|
searchable: true
|
||||||
name:
|
name:
|
||||||
label: name
|
label: name
|
||||||
type: text
|
type: text
|
||||||
|
searchable: true
|
||||||
shop_id:
|
shop_id:
|
||||||
label: shop_id
|
label: shop_id
|
||||||
type: number
|
type: number
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ is_hidden = 0
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
padding: 40px 0 !important;
|
padding: 40px 0 !important;
|
||||||
background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(0.01%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.4))), url("https://berkarar.com.tm/storage/app/media/contact_banner.jpg") no-repeat center !important;
|
background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(0.01%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.4))), url("https://berkarar.com.tm/storage/app/media/contact_banner_new.jpg") no-repeat center !important;
|
||||||
background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.9) 0.01%, rgba(0, 0, 0, 0.4) 80%), url("https://berkarar.com.tm/storage/app/media/contact_banner.jpg") no-repeat center !important;
|
background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.9) 0.01%, rgba(0, 0, 0, 0.4) 80%), url("https://berkarar.com.tm/storage/app/media/contact_banner_new.jpg") no-repeat center !important;
|
||||||
background-size: cover !important;
|
background-size: cover !important;
|
||||||
min-height: 800px !important;
|
min-height: 800px !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue