From f468170d79dee3f8efb75705c7e23a1b53e54e91 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 29 七月 2025 22:08:02 +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