hyminghan
hyminghan
> 嘿@hymhub. 感谢您的报告。你能分享更多关于这方面的细节吗?测试设备?减少的情况? This was discovered by using the company's test machine in my previous work. I didn't pay attention to the specific model. Now I can't find the test...
升级一下,已经支持props指定page参数使页码受控,同时也新增了 onPageChange Events 监听页码改变,可看示例:https://github.com/hymhub/pdf-vue3/tree/main/pdf-vue3-example ### `事件(Events)` | Event Name | Description | Parameters | | :----------------: | :---------- | :----------------------------------: | | `onPageChange` | 监听页码改变。 | `page: number` | ###...
升级一下,已经支持props指定page参数使页码受控,同时也新增了 onPageChange Events 监听页码改变,可看示例:https://github.com/hymhub/pdf-vue3/tree/main/pdf-vue3-example ### `事件(Events)` | Event Name | Description | Parameters | | :----------------: | :---------- | :----------------------------------: | | `onPageChange` | 监听页码改变。 | `page: number` | ###...
hi, thanks, you are right, dark mode is not supported, it will be developed later if there is enough time!
> Hello @hymhub! > > font-weight: bold;// normal... translate unsuccessful;I would like to know which other attributes are not supported? Hey, this was caused by a misjudgement of the css...
The writing method of [box-shadow:inset_0_2px_4px_0_rgb(0_0_0_/_0.05)] can actually be used, and the preset content of tailwind is not used in the conversion of some attributes, so this conversion result appears, and...
https://github.com/hymhub/css-to-tailwind/issues/2#issuecomment-1528726678 There are many possibilities for box-shadow in the tailwind default value. Considering some uncontrollable factors, it is not included in the preset, but the `customTheme` option is provided to...