This commit is contained in:
rakesh 2022-01-19 18:08:15 +05:30
parent e4e8a8dac8
commit 01fa863735
4 changed files with 7 additions and 9 deletions

View File

@ -1 +1 @@
{"branch_name":"beta","last_commit_date":"2022-01-18T11:39:58.000Z","last_commit_author":"sidharth","last_commit_hash":"10dcca315f8a4cb7a86e87becb9e7cd05a3ecb36"}
{"branch_name":"beta","last_commit_date":"2022-01-19T12:17:18.000Z","last_commit_author":"sidharth","last_commit_hash":"e4e8a8dac80f96405c6591d0be2b37d10cac358b"}

View File

@ -41,12 +41,12 @@
</v-form>
<v-row >
<v-col cols="12">
<!-- <v-col cols="12">
Create an account ?
<v-hover v-slot:default="{ hover }">
<router-link class="text-decoration-none" :to="{name:'SignUpPage'}" :class="hover ? 'content-link-hover-color' : 'primary--text'">Sign Up</router-link>
</v-hover>
</v-col>
</v-col>-->
<v-col cols="12" class="pt-0 mt-n1">
Forgot your password?
<v-hover v-slot:default="{ hover }">

View File

@ -1,5 +1,4 @@
<template>
<v-container-fluid>
<v-row class="pl-10 pr-10">
<v-col cols="12" sm="12" md="12" lg="12" class="">
<div class="h3 text-capitalize body-font1">Retailer dashboard</div>
@ -13,7 +12,7 @@
<v-hover v-slot:default="{ hover }">
<router-link
class="text-decoration-none"
:to="{ name: 'CheckoutPage' }"
:to="{ name: 'CartProducts' }"
>
<div
:class="hover ? 'primary--text' : 'black--text'"
@ -123,7 +122,6 @@
</v-row>
</v-col>
</v-row>
</v-container-fluid>
</template>
<script>

View File

@ -17,7 +17,7 @@
</v-overlay>
<div v-show="!cartProductsProgress">
<v-row><v-col cols="12" sm="12" md="12">
<v-col cols="12" sm="12" md="8">
<v-col cols="12" sm="12" md="8">
<v-menu offset-y down allow-overflow >
<template v-slot:activator="{ on }">
<v-text-field
@ -43,7 +43,7 @@
<v-alert class="alert-box-outline" type="error" text dense
>You have no items in your shopping cart.</v-alert
>
<p>
<!-- <p>
Click
<span
class="
@ -58,7 +58,7 @@
>here</span
> </span
>to continue shopping.
</p>
</p>-->
</v-col>
</v-row>