mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-21 07:49:34 +01:00
chore(fe): message style
This commit is contained in:
parent
191c6ed438
commit
58e59eb23a
@ -1,5 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<v-alert
|
||||
type="info"
|
||||
text
|
||||
v-if="item.message"
|
||||
>{{ item.message }}</v-alert>
|
||||
|
||||
<v-container class="pa-0 mb-2">
|
||||
<v-row no-gutters>
|
||||
<v-col>
|
||||
|
@ -122,10 +122,8 @@
|
||||
<v-container class="pa-0">
|
||||
|
||||
<v-alert
|
||||
border="top"
|
||||
colored-border
|
||||
text
|
||||
type="info"
|
||||
elevation="2"
|
||||
class="mb-0 ml-4 mr-4 mb-2"
|
||||
v-if="item.description"
|
||||
>{{ item.description }}
|
||||
|
Loading…
Reference in New Issue
Block a user