Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tabulator-another-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
tabulator-another-web
Commits
5072a08a
Commit
5072a08a
authored
Jun 03, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
371604ae
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
510 additions
and
465 deletions
+510
-465
index.html
index.html
+1
-1
src/pages/main.vue
src/pages/main.vue
+29
-463
src/pages/tabulator.vue
src/pages/tabulator.vue
+473
-0
src/style/transition.scss
src/style/transition.scss
+7
-1
No files found.
index.html
View file @
5072a08a
<!DOCTYPE html>
<html
lang=
"
en
"
>
<html
lang=
"
zh-CN
"
>
<head>
<meta
charset=
"UTF-8"
/>
<script>
...
...
src/pages/main.vue
View file @
5072a08a
This diff is collapsed.
Click to expand it.
src/pages/tabulator.vue
0 → 100644
View file @
5072a08a
This diff is collapsed.
Click to expand it.
src/style/transition.scss
View file @
5072a08a
...
...
@@ -32,7 +32,7 @@
}
}
.move_right
{
.move_right
,
.move_right_slow
{
&
-enter-active
,
&
-leave-active
{
transition
:
transform
0
.5s
ease
;
...
...
@@ -49,6 +49,12 @@
}
}
.move_right_slow
{
&
-leave-active
{
transition
:
transform
2s
ease
;
}
}
.move_up
{
&
-enter-active
,
&
-leave-active
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment