From fa17f93cc94db72470d73c2d29d0a70baeb6b199 Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Thu, 27 Jan 2022 11:32:58 +0800
Subject: [PATCH] 修复:相关视频列表页面封面图片加载失败时显示默认图片
---
src/components/CustomSearch2.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/CustomSearch2.vue b/src/components/CustomSearch2.vue
index 724c7c0..57f3650 100644
--- a/src/components/CustomSearch2.vue
+++ b/src/components/CustomSearch2.vue
@@ -169,7 +169,7 @@
}
.custom-search-after .input-inner {
- width: 90%;
+ width: 85%;
height: 95%;
border: 0;
border-radius: 200px;
--
Gitblit v1.9.3