Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix: dont need scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ZTL-UwU committed Dec 14, 2023
1 parent 93265e0 commit 3033766
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="h-[100svh] overflow-scroll scroll relative" @scroll="handelScroll($event)">
<div class="h-[100svh] overflow-scroll scroll relative">
<div class="h-[100svh] bg-black flex flex-col">
<SMS class="w-1/2" />
<span class="text-white">
Expand Down Expand Up @@ -35,9 +35,6 @@ import FormItem from './components/FormItem.vue';
import Ticket from './components/Ticket.vue';
import type { TForm, TFormFields } from './types';
function handelScroll(e: any) {
};
const form: TForm = reactive({
name: {
val: '',
Expand Down

0 comments on commit 3033766

Please sign in to comment.