chore(fe): message style

This commit is contained in:
Denis Gukov 2021-10-15 00:37:02 +05:00
parent 191c6ed438
commit 58e59eb23a
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,11 @@
<template> <template>
<div> <div>
<v-alert
type="info"
text
v-if="item.message"
>{{ item.message }}</v-alert>
<v-container class="pa-0 mb-2"> <v-container class="pa-0 mb-2">
<v-row no-gutters> <v-row no-gutters>
<v-col> <v-col>

View File

@ -122,10 +122,8 @@
<v-container class="pa-0"> <v-container class="pa-0">
<v-alert <v-alert
border="top" text
colored-border
type="info" type="info"
elevation="2"
class="mb-0 ml-4 mr-4 mb-2" class="mb-0 ml-4 mr-4 mb-2"
v-if="item.description" v-if="item.description"
>{{ item.description }} >{{ item.description }}