🐛 修复导入实例暗黑模式样式

This commit is contained in:
chaos-zhu 2024-08-18 15:04:31 +08:00
parent beffd97396
commit e9ee48ac43
2 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ const useStore = defineStore({
Math.max(centerX, window.innerWidth - centerX), Math.max(centerX, window.innerWidth - centerX),
Math.max(centerY, window.innerHeight - centerY) Math.max(centerY, window.innerHeight - centerY)
) )
console.log('radius: ', innerWidth, innerHeight, radius) // console.log('radius: ', innerWidth, innerHeight, radius)
// 自定义动画 // 自定义动画
document.documentElement.animate( document.documentElement.animate(
{ {

View File

@ -78,7 +78,7 @@ let isEasyNodeJson = ref(false)
function handleFromJson(isENJson) { function handleFromJson(isENJson) {
isEasyNodeJson.value = isENJson isEasyNodeJson.value = isENJson
console.log('isEasyNodeJson:', isEasyNodeJson.value) // console.log('isEasyNodeJson:', isEasyNodeJson.value)
jsonInputRef.value.click() jsonInputRef.value.click()
} }
@ -212,7 +212,7 @@ async function handleImportHost(importHost) {
cursor: pointer; cursor: pointer;
border-radius: 3px; border-radius: 3px;
&:hover { &:hover {
background-color: #f1f2f5; // background-color: #f1f2f5;
color: var(--el-menu-active-color); color: var(--el-menu-active-color);
} }
.icon { .icon {