feat:keep a record of historical practice

This commit is contained in:
Zyronon
2025-09-26 01:37:46 +08:00
parent 676417bbc1
commit 6a99fda66a
14 changed files with 185 additions and 154 deletions

View File

@@ -30,7 +30,7 @@ const LoadingComponent = {
// 自定义指令
export default {
mounted(el, binding) {
console.log('el',)
// console.log('el',)
const position = getComputedStyle(el).position
if (position === 'static' || !position) {
el.style.position = 'relative' // 保证 loading 居中