src/App.vue
@@ -123,5 +123,14 @@ .rowBtnDiv .normal-btn,.action-btns .normal-btn{ padding: 8px 4px !important; } /* Tooltip 宽度与换行控制(Element Plus Teleport 到 body,需要 deep 选择器) */ .tooltip-wrap{ max-width: 340px !important; } .tooltip-wrap .el-tooltip__content { max-width: 340px !important; white-space: normal !important; word-break: break-word; overflow-wrap: anywhere; } </style>