src/components/monitor/FactorRadio.vue
@@ -1,5 +1,5 @@ <template> <BaseCard class="map-factor-selector"> <BaseCard> <template #content> <el-radio-group v-model="radio" size="default" @change="handleChange"> <el-radio v-for="(item, i) in options" :key="i" :value="item.value">{{ @@ -41,7 +41,7 @@ } } }, method: { methods: { handleChange(value) { this.$emit('change', value); // todo 地图3d图像切换展示监测因子 @@ -52,6 +52,7 @@ <style scoped> .el-radio { --el-radio-text-color: white; --el-color-primary: #23dad1; margin-right: 10px; height: initial; }