@@ -659,7 +710,7 @@ defineExpose({
margin-bottom: 10px;
th {
- color: #d7d7d7;
+ color: #999999;
text-align: left;
}
@@ -733,6 +784,23 @@ defineExpose({
}
}
+ .img {
+ border-radius: 7px;
+ display: block;
+ height: calc(100% - 25px);
+ }
+
+ .img-full {
+ width: 100%;
+ overflow: hidden;
+
+ ::v-deep(img) {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ }
+ }
+
.grid-item {
width: 214px;
padding: 16px;