From 4c8aae44c1f1c6561e5dea51c6c15fe5800ba320 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期一, 24 六月 2024 18:38:08 +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