From b977230a7802f39f84d68e875ab022ae4ce54bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=91=E5=8F=ABMT?= <18253750314@163.com> Date: Thu, 11 Jan 2024 22:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/information/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/information/index.vue b/src/views/information/index.vue index 7f5a39f..f510c2a 100644 --- a/src/views/information/index.vue +++ b/src/views/information/index.vue @@ -381,7 +381,7 @@ export default { :deep .el-carousel__indicators--outside, .el-carousel__indicators--horizontal { display: none; } - .el-carousel__mask { + :deep .el-carousel__mask { background-color: #00000000 !important; } .el-carousel__item { @@ -390,12 +390,12 @@ export default { // justify-content: center; align-items: center; .carvideo { - width: 700px; - height: 70%; - border-radius: 20px; + width: 660px; + height: 90%; video { width: 100%; height: 100%; + border-radius: 20%; } } a {