@@ -801,6 +801,9 @@ export default defineComponent({
</script>
<style lang="scss" scoped>
+body{
+ overflow-y: scroll;
+}
.text-red {
color: red;
}