你好,这个样式是在主题中设置的,可以自定义主题添加下列代码解决,比如我不想限制 tooltip 的宽度:
.v-tooltip{
max-width: unset !important;
.v-tooltip-text{
max-height: unset !important;
}
}
但这个是全局设置,所以最好还是根据你的需要设置一个合适的值。
非常感谢您!
1 个赞