Browse Source

修正了无法滚动的bug

Shinohara Haruna 6 tháng trước cách đây
mục cha
commit
c1480f8789
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      smsb-plus-ui/src/views/smsb/dashboard/play.vue

+ 5 - 0
smsb-plus-ui/src/views/smsb/dashboard/play.vue

@@ -155,6 +155,11 @@
 </template>
 
 <style>
+.play-dashboard-root {
+  height: 100vh;
+  overflow-y: auto;
+}
+
 html,
 body,
 #app {