xclw2000

Results 3 comments of xclw2000

` // 組裝屬性 const commonProps = { key: `${imageIndexWithStep}-${set[imageIndex].src}`, style: imageStyle, className: imageClass, src: appendParams(set[imageIndex].src, { t: this.handleGetTimestamp(page) }), alt: set[imageIndex].alt, } const centerProps = { id: "zmageImage", ref: this.imageRef,...

我设置了Card,但仍然不生效 ``` antd: { configProvider: { theme: { components: { Card: { colorText: 'red', }, ProCard: { colorText: 'red', }, }, }, }, }, ``` 生成的style里仍然是黑色 ``` .ant-pro-card .ant-pro-card-title {...