Pārlūkot izejas kodu

提交滚动条

chenlong 1 gadu atpakaļ
vecāks
revīzija
670705b64d
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  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;
 }