-
antd pro qiankun加载子应用报跨域错误
## What happens?
antd pro 5主应用引用antd pro5子应用,页面一直loading
## How To Reproduce
1. 初始化APP1(antd pro 5),在config.ts中配置 ,内容如下
qiankun: {
master: {
// 注册子…
-
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
### 🐛 bug 描述
代码如下:
```ts
column = [
{
title: '第一列',
fixed: 'left',
},
{
…
-
### Reproduction link
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/basic-usage-antd-5-11-5-forked-h6sjfq?file=%2Fdemo.tsx%3A80%2…
-
## What happens?
yarn pnp 模式 运行异常
```
$ yarn run dev
> project@0.1.0 start:dev
> cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev max dev
fatal - Error: Cannot find module 'react-dom/pa…
-
**Describe the bug**
```
error [LessError: error evaluating function `darken`: color.toHSL is not a function] {
stack: undefined,
type: 'Runtime',
filename: 'input',
index: 357348,
li…
-
### Reproduction link
[https://ant.design/components/table-cn#components-table-demo-virtual-list](https://ant.design/components/table-cn#components-table-demo-virtual-list)
### Steps to reproduc…
-
### 🐛 @ant-design/pro-table: 1.0.47版本columns定义children报错
### 📷
protable-search属性 支持optionRender的版本开始,columns 就不能使用children进行表头分化
### 💻
```
const columns = [
{
title: '分类',
…
-
### 这个需求解决了什么问题:
在没有用触控板的情况下,大多数用户对于横向滚动条还是喜欢以拖动操作为主
对于在这种情况,表格超过一屏时,可以使不在底部时横向滚动条吸底
然后加多个不在顶部时表头吸顶。
效果类似于
![89368539-5f809e00-d70e-11ea-855a-40041a86295a](https://user-images.githubusercontent.c…
-
下方less编译后会丢失color属性只包含了font-size, 如果不使用变量的形式就正常
### theme
```
@import "ant-design-vue/lib/style/themes/default.less";
@primary-color: #ed0a5a;
```
### antd-vue-table
```
:deep(.ant-table…
-
### Reproduction link
[https://github.com/ant-design/ant-design/pull/26800/files](https://github.com/ant-design/ant-design/pull/26800/files)
### Steps to reproduce
1. 按官方文档从8.x升级至12.x
2. yarn st…