mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): [watermark] Support for lower versions of Firefox fontBoundingBoxAscent属性在firefox V116版本才支持,在低版本firefox中,采用 actualBoundingBoxAscent 进行向下兼容,可以支持到 firefox V74 * chore(components): [watermark] add a line of comments for the processing * perf(components): [watermark] change "!=" to "!=="