Kaynağa Gözat

修正了无法滚动的bug

Shinohara Haruna 6 ay önce
ebeveyn
işleme
c1480f8789

+ 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 {