Skip to content

修复图片页样式问题 #68

Merged
merged 2 commits into from Apr 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.4.4 (2023-04-09)


### 🎫 Chores

* **custom**: 打包规则更新 ([01a5117](https://vlink.dev/EOEFANS/eoefans-web/commits/01a5117))



## 1.4.3 (2023-04-09)


Expand Down
1 change: 0 additions & 1 deletion config/vite.master.config.ts
Expand Up @@ -84,7 +84,6 @@ export default mergeConfig(
"react-router": ["react-router-dom"],
"react-redux": ["@reduxjs/toolkit", "react-redux"],
masonic: ["masonic"],
sentry: ["@sentry/react", "@sentry/tracing"],
axios: ["axios"],
lib: [
"@mui/icons-material",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eoefans-web",
"version": "1.4.3",
"version": "1.4.4",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.dev.config.ts",
Expand Down
1 change: 1 addition & 0 deletions src/routers/video/item/item.module.less
Expand Up @@ -8,6 +8,7 @@
}

.video-data {
pointer-events: none;
transition: opacity .3s linear;
position: absolute;
left: 0;
Expand Down