更改 tooltip 字体大小

This commit is contained in:
fofolee 2022-04-09 16:14:00 +08:00
parent 121a9951ae
commit e950811e88

View File

@ -59,4 +59,7 @@ export default defineComponent({
body.body--dark {
background: #1d1d1d;
}
.q-tooltip {
font-size: 11px;
}
</style>