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;