DB维一(s.y)

Results 12 issues of DB维一(s.y)

- [ ] I have searched the [issues](https://github.com/antvis/f2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 希望实现的效果图 https://user-images.githubusercontent.com/5419886/174857155-ffe64d71-bb03-45c5-b727-a4b42c7ccc35.jpg 同时画分组柱状图和多条线图,图例中分组柱状图和线图都要有,tooltip中可以同时显示分组柱状图和线图的数据 类似于这个demo,但是有多条折线...

### 🐛 bug 描述 官网从任意子页面的中文版点击顶部的首页导航,会跳回英文版页面 ### 📷 复现步骤 举例,进入这个页面 https://ant-design.github.io/antd-style/zh-CN/best-practice 点击顶部“首页”导航菜单 返回首页后就变英文版了 ### 🏞 期望结果 切换到中文版后,在站内切换页面一直保持中文版页面 ### 💻 复现代码 [可复现 demo](https://codesandbox.io/s/html2ksetch-demo-m53be?file=/src/Demo.tsx) ### © 版本信息 - antd-style 版本: [e.g. 1.0.0] -...

- Add antdPrefixCls to the return value of useStyles - Add antdPrefixCls to CreateStylesUtils

### 🥰 需求描述 目前在基于antd做二次封装,有些二次封装的组件需要覆盖内部的antd的组件的样式,比如这样 ```typescript // 组件内的定义 const { createStyles } = createInstance({ key: 'my-custom-component', prefixCls: 'my-custom-component', }) const useStyles = createStyles(({ css, prefixCls }) => ({ dropdownStyle: css` .${prefixCls}-select-item-option...

vConsole Version: 3.15.1 手机上访问可以随意拖动vconsole的位置 在PC上无法拖动,windows 11,chrome跟企微内置浏览器都不行

**Is your feature request related to a problem? Please describe.** Some of my documents are deployed on an internal network or on public pages that require authentication. Currently, configuring these...

### 相关平台 微信小程序 **小程序基础库: 所有** **使用框架: React** ### 复现步骤 拉最新的taro代码 安装依赖 pnpm i build代码 pnpm build taro-runtime的dist目录只有esm版本, package.json里的main和module字段引用的都是esm版本 ### 期望结果 支持同时编译到commonjs版本和esm版本 ### 实际结果 只有esm版本 ### 环境信息 ``` environment info: 所有环境...

question
V-3
F-react
T-weapp