chenlong преди 1 година
родител
ревизия
670705b64d
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      src/components/weather/index.vue

+ 4 - 0
src/components/weather/index.vue

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