From e15df9a20c29044b10772e3587a00d0be03b281d Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 08 十二月 2024 20:57:41 +0800
Subject: [PATCH] 增加了内容
---
ruoyi-ui/src/components/comp-device-select.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/src/components/comp-device-select.vue b/ruoyi-ui/src/components/comp-device-select.vue
index e9adf3a..867f14c 100644
--- a/ruoyi-ui/src/components/comp-device-select.vue
+++ b/ruoyi-ui/src/components/comp-device-select.vue
@@ -5,7 +5,7 @@
-->
<template>
<div class="select-container">
- <span class="label">{{ deviceType }}</span>
+ <span class="label">{{ deviceType=='camera'? '鎽勫儚澶�':'楹﹀厠椋�' }}</span>
<el-select
class="select"
v-model="activeDeviceId"
@@ -79,7 +79,7 @@
display: inline-block;
padding: 0 20px;
width: 120px;
- height: 40px;
+ height: 36px;
text-align: left;
line-height: 40px;
border-top: 1px solid #DCDFE6;
--
Gitblit v1.9.1