PMCORE-3347:Processes list has the same style as the Cards view

This commit is contained in:
Fabio Guachalla
2021-09-20 12:16:15 -04:00
parent 7583dc0f26
commit b434108a0a

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="pm-vue-card"> <div class="pm-vue-card">
<div class="card pm-vue-card-inside" style="width: 20rem" @dblclick="dblClick"> <div class="card pm-vue-card-inside" style="width: 20rem" @dblclick="dblClick">
<div class="card-body"> <div class="card-view-body">
<slot> </slot> <slot> </slot>
</div> </div>
</div> </div>
@@ -42,7 +42,7 @@ export default {
.pm-vue-card-inside:hover { .pm-vue-card-inside:hover {
background-color: #cfd9e4; background-color: #cfd9e4;
} }
.card-body { .card-view-body {
height: 266px; height: 266px;
overflow-x: hidden; overflow-x: hidden;
} }