fix: backend input focus not work

This commit is contained in:
jialin
2024-12-24 14:31:38 +08:00
parent 02391e66dc
commit bafbb39883
4 changed files with 82 additions and 52 deletions
@@ -0,0 +1,23 @@
.instance-name {
min-height: 54px;
&:hover {
.server-info {
.text {
display: block;
}
color: var(--ant-blue-5);
}
}
.server-info {
display: flex;
justify-content: flex-start;
align-items: center;
.text {
display: none;
}
}
}