chore: 解决下拉框定位错误问题

This commit is contained in:
wangxuefeng 2025-03-21 18:57:06 +08:00
parent 69ccd6a48d
commit 6377c11721
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import App from './App.vue';
import 'element-plus/dist/index.css';
import '@vtj/ui/dist/style.css';
import './style.css';
const app = createApp(App);

View File

@ -0,0 +1,3 @@
body {
position: relative;
}