From 445b45e57ea870f719db669a896f4374cd1d3906 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 17 Oct 2023 17:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/controller/index.vue | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/src/views/controller/index.vue b/src/views/controller/index.vue index 3bfbe11..e179b01 100644 --- a/src/views/controller/index.vue +++ b/src/views/controller/index.vue @@ -9,35 +9,19 @@ import { NImage } from 'naive-ui'
- +
- +
- +
- +
@@ -59,6 +43,10 @@ import { NImage } from 'naive-ui' width: 50%; padding: 10px; overflow: hidden; + img{ + width: 100%; + height: 100%; + } /* border: 1px solid darkblue; */ /* background-color: aquamarine; */ }