@@ -67,6 +67,10 @@ onMounted(() => {
});
</script>
<style scoped lang="less">
+.weather-ul{
+ height: 240px;
+ overflow: auto;
+}
.weather {
padding: 10px;
}