simon

Results 9 issues of simon

### Steps to reproduce 存在public下面的 index.html 编译报错 ### Reproduce link _No response_ ### What is actually happening? 存在public下面的 index.html 编译报错 ### System Info ```Shell ·· ```

bug

### Steps to reproduce import { BaseBundler, BaseBundlerBuildOpts, BaseBundlerOpts } from "./BaseBundler"; import { build, Server, logger, Compiler } from '@farmfe/core'; // import react from '@farmfe/plugin-react'; interface FarmOpts extends BaseBundlerOpts...

bug

需要自定义渲染元素节点 而不是首先渲染img标签

``` import Canvas from "@antv/f-vue"; import { Chart, Interval, Legend, PieLabel, Tooltip, TooltipView } from "@antv/f2"; const data = [ { amount: 1, ratio: 0.1, memo: "学习", const: "const" },...

G2 支持点击饼图区域放大吗

Question

提问前先看看: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md ### 🐛 bug 描述 使用EditableProTable配合 ProForm 使用时,出现取消行动点删除整行的情况。 经排查, action?.startEditable?.(record.uuid, record); 这个需要使用第二个参数,不然就会出现我上诉提到的问题。 ### 📷 复现步骤 1. EditableProTable配合 ProForm 使用。如官方例子。 2. 编辑的时候这样写:action?.startEditable?.(record.id); 3. 进入编辑态点击取消,整行随之取消。 可以看到已经删掉了。 ### 🏞 期望结果 取消不用删整行 ###...

### tdesign-miniprogram 版本 可以 ### 重现链接 _No response_ ### 重现步骤 ```html ``` 内部嵌入 view,微信开发者工具可以正常展示,真机无法展示, ### 期望结果 真机可以正常展示 ### 实际结果 _No response_ ### 基础库版本 _No response_ ### 补充说明 _No response_

need more info

解决52602 的问题,在 menu 组件中,如果传入了 extra,文字超长时无法显示省略号,因此进行了判断,如果发现有 extra,添加 span 标签包裹。 ## Summary by CodeRabbit ## 发布说明 * **Bug Fixes(错误修复)** * 改进了菜单项中额外内容的渲染逻辑,确保包含额外信息的菜单项能够正确显示和布局。 * **UI/样式改进** * 优化了菜单项标签和额外内容的条件渲染,提升了菜单组件的视觉表现。 ✏️ Tip: You can customize this high-level...