Skip to content

Commit

Permalink
feat: fix ellipsis bug (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
themusecatcher committed Mar 5, 2024
1 parent 7ec9344 commit 9372f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/EllipsisText/src/Tooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
pointer-events: none;
&::before {
content: ''; // 解决提示框箭头颜色未生效问题
position: absolute;
bottom: 0;
inset-inline-start: 0;
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default defineApplicationConfig({
rewrite: (path) => path.replace(new RegExp(`^/upload`), ''),
},
},
open: true, // 项目启动后,自动打开
warmup: {
clientFiles: ['./index.html', './src/{views,components}/*'],
},
Expand Down

0 comments on commit 9372f1d

Please sign in to comment.