chore: image size tooltips

This commit is contained in:
jialin
2024-12-03 21:54:59 +08:00
parent 4c75a5b421
commit e1bb684c4c
9 changed files with 54 additions and 6 deletions
+8
View File
@@ -767,6 +767,14 @@ body {
font-weight: var(--font-weight-bold);
}
.ant-tooltip-content {
.ant-tooltip-inner {
a {
color: var(--ant-color-link-hover);
}
}
}
.tooltip-wrapper {
display: flex;
flex-direction: column;