feige
2025-07-29 f468170d79dee3f8efb75705c7e23a1b53e54e91
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;