feat: fix ellipsis bug (#3644)
This commit is contained in:
parent
7ec9344be8
commit
9372f1d159
|
|
@ -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}/*'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue