Explorar o código

提交滚动条

chenlong hai 1 ano
pai
achega
670705b64d
Modificáronse 1 ficheiros con 4 adicións e 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;
 }