Mr.Dear
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
0 deletions
-
src/components/EllipsisText/src/Tooltip.vue
-
vite.config.ts
|
|
|
@ -121,6 +121,7 @@ |
|
|
|
pointer-events: none; |
|
|
|
|
|
|
|
&::before { |
|
|
|
content: ''; // 解决提示框箭头颜色未生效问题 |
|
|
|
position: absolute; |
|
|
|
bottom: 0; |
|
|
|
inset-inline-start: 0; |
|
|
|
|
|
|
|
@ -31,6 +31,7 @@ export default defineApplicationConfig({ |
|
|
|
rewrite: (path) => path.replace(new RegExp(`^/upload`), ''), |
|
|
|
}, |
|
|
|
}, |
|
|
|
open: true, // 项目启动后,自动打开
|
|
|
|
warmup: { |
|
|
|
clientFiles: ['./index.html', './src/{views,components}/*'], |
|
|
|
}, |
|
|
|
|