Merge branch 'last-mile-integration' into 'development'

update last mile delivery module

See merge request CIEFWorldwideSdnBhd/shipping-portal!119
This commit is contained in:
omair saleh
2022-04-06 10:53:05 +00:00
4 changed files with 4 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

@@ -2,8 +2,8 @@
@section('content')
<div class="fluid-container h-100">
<div class="row h-100">
<div class="col-5 d-none d-lg-inline h-100 padding-50 bg-info" >
<div class="row">
<div class="col-3 d-none d-lg-inline h-100 padding-50 bg-info" style="background: url('https://cdn.dribbble.com/users/1731254/screenshots/11649852/media/5551243bcbf041d5aa0b30abb6168215.png'); background-size: cover; background-position: center">
<div class="row hide">
<div class="col">
<div class="row m-b-50">
<div class="col-5 col-md-3">
+1 -1
View File
@@ -5,7 +5,7 @@
<div class="row">
<div class="col d-inline d-md-none">
<a :href="[7,8].includes($store.getters.getCompanyModuleType) ? route('last_mile_delivery.dashboard') : route('dashboard')">
<img :src="[7,8].includes($store.getters.getCompanyModuleType) ? '/images/lineclear.png' : '/images/cief-izyim-logo.png'" style="height: 30px;">
<img :class="[{'w-50': ![7,8].includes($store.getters.getCompanyModuleType)}]" :style="{'width': '70px'}" :src="[7,8].includes($store.getters.getCompanyModuleType) ? '/images/hy-logo.png' : '/images/cief-izyim-logo.png'">
</a>
</div>
</div>
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="row justify-content-center pt-2 pt-md-0">
<div class="col p-t-10 p-b-10 p-l-25 p-r-25">
<a :href="[7,8].includes($store.getters.getCompanyModuleType) ? route('last_mile_delivery.dashboard') : route('dashboard')">
<img class="w-50" :src="[7,8].includes($store.getters.getCompanyModuleType) ? '/images/lineclear.png' : '/images/cief-izyim-logo.png'">
<img :class="[{'w-50': ![7,8].includes($store.getters.getCompanyModuleType)}]" :style="{'width': '70px'}" :src="[7,8].includes($store.getters.getCompanyModuleType) ? '/images/hy-logo.png' : '/images/cief-izyim-logo.png'">
</a>
</div>
<div class="col-auto d-md-none pointer p-r-25" @click="$store.dispatch('toggleSection', {name: 'sideMenu', status: false})">