🐛 修复导入实例暗黑模式样式
This commit is contained in:
parent
beffd97396
commit
e9ee48ac43
@ -131,7 +131,7 @@ const useStore = defineStore({
|
||||
Math.max(centerX, window.innerWidth - centerX),
|
||||
Math.max(centerY, window.innerHeight - centerY)
|
||||
)
|
||||
console.log('radius: ', innerWidth, innerHeight, radius)
|
||||
// console.log('radius: ', innerWidth, innerHeight, radius)
|
||||
// 自定义动画
|
||||
document.documentElement.animate(
|
||||
{
|
||||
|
@ -78,7 +78,7 @@ let isEasyNodeJson = ref(false)
|
||||
|
||||
function handleFromJson(isENJson) {
|
||||
isEasyNodeJson.value = isENJson
|
||||
console.log('isEasyNodeJson:', isEasyNodeJson.value)
|
||||
// console.log('isEasyNodeJson:', isEasyNodeJson.value)
|
||||
jsonInputRef.value.click()
|
||||
}
|
||||
|
||||
@ -212,7 +212,7 @@ async function handleImportHost(importHost) {
|
||||
cursor: pointer;
|
||||
border-radius: 3px;
|
||||
&:hover {
|
||||
background-color: #f1f2f5;
|
||||
// background-color: #f1f2f5;
|
||||
color: var(--el-menu-active-color);
|
||||
}
|
||||
.icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user