Skip to content

Commit

Permalink
v8.1.5版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
RaconXXY committed Jan 15, 2025
1 parent f25c923 commit 8c92c7a
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 45 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ build/
npm-debug.log*
npm-error.log*
yarn-debug.log*


77 changes: 38 additions & 39 deletions demos/base-demo/ezuikit.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions demos/base-demo/ezuikit_static/speed/speed.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
.speed-select {
text-align: center;
display: block;
width: 120px;
background: rgb(255, 255, 255);
box-shadow: rgb(0 0 0 / 10%) 0px 3px 20px 0px;
border-radius: 2px;
padding: 0px;
width: 100px;
position: absolute;
bottom: 48px;
left: -30px;
left: 50%;
transform: translateX(-50%);
color: rgba(0, 0, 0, 0.85);
user-select: none;
}
Expand Down Expand Up @@ -42,7 +43,7 @@
position: fixed;
z-index: 2;
left: 0;

transform: translateX(0);
width: 90%;
margin: auto;
margin: 0px 5% 50px;
Expand Down
2 changes: 1 addition & 1 deletion demos/react-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"ezuikit-js": "^8.1.3",
"ezuikit-js": "^8.1.5",
"react": "^17",
"react-dom": "^17",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion demos/vue-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"core-js": "^3.6.5",
"ezuikit-js": "^8.1.3",
"ezuikit-js": "^8.1.5",
"vue": "^2.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/vue3-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"ezuikit-js": "^8.1.3",
"ezuikit-js": "^8.1.5",
"vue": "^3.2.41",
"terser": "^5.36.0"
},
Expand Down

0 comments on commit 8c92c7a

Please sign in to comment.