diff --git a/src/components/customUI/Table.vue b/src/components/customUI/Table.vue
index 982b163..6d27bec 100644
--- a/src/components/customUI/Table.vue
+++ b/src/components/customUI/Table.vue
@@ -161,7 +161,7 @@ watch(
@@ -49,7 +49,8 @@ watch(
/* For demo */
:deep(.slick-slide) {
text-align: center;
- background: #1d2429;
+ background: #c5c5c5;
+ height: 400px;
overflow: hidden;
}
@@ -57,8 +58,6 @@ watch(
width: 25px;
height: 25px;
font-size: 25px;
- color: #fff;
- background-color: rgba(31, 45, 61, 0.11);
transition: ease all 0.3s;
opacity: 0.3;
z-index: 1;