lin52025iq

Results 9 issues of lin52025iq

#### code ``` js html2pdf.set({margin: [10, 12, 10, 12], jsPDF: { unit: 'mm', orientation: 'portrait', format: 'a4' }}).from(prtinContainer).save() ``` #### version ```json "html2canvas": "^1.3.2", "html2pdf.js": "^0.10.1", "jspdf": "^2.4.0", ``` ####...

**I'm submitting a ...** (check one with "x") ``` [*] bug report => see 'Providing a Reproducible Scenario' [] feature request => do not use Github for feature requests, see...

in_review

### UnoCSS version v0.56.5 ### Describe the bug ```js import { defineConfig, presetAttributify, presetMini } from 'unocss' export default defineConfig({ presets: [ presetAttributify({ prefix: 'un-', strict: true, prefixedOnly: true }),...

bug
attributify

### Which packages did you experience the bug in? core ### What Tiptap version are you using? latest ### What’s the bug you are facing? When the editor is in...

Type: Bug
Category: Open Source

### UnoCSS version v0.58.3 ### Describe the bug ```html ``` In v58, the inset that does not exist in `[1px_0_0_0_#000_inset]` is not parsed correctly. It can be parsed correctly in...

bug

### Describe the bug vue.config.js ```js module.exports = defineConfig({ ... configureWebpack: { ... plugins: [ ... UnpluginVueComponent({ dts: true, types: [ { from: 'vue-router', names: ['RouterLink', 'RouterView'] } ], resolvers:...

- [x] I have searched the [issues](https://github.com/IDuxFE/idux/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? > 当 触发 tooltip 的组件...

enhancement
Tooltip

type 为 vue 时,支持自定义 react 组件文件目录 设置 默认 vueJsxInclude 和 vueJsxExclude,避免vite.config.ts 使用type 为 vue 或 react 时 ts报错。

避免文字和图标在同一行时图标位置偏上 ### Description 之前: 之后: