Explorar el Código

提交滚动条

chenlong hace 1 año
padre
commit
670705b64d
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
 }