Ankyo Lin
Ankyo Lin
 ```cs public class VariableCompletionData : ICompletionData { public IImage? Image => null; public string Text { get; } // Use this property if you want to show a fancy...
### tdesign-vue-next 版本 1.13.0 ### 重现链接 比较简单不用重现 ### 重现步骤 比较简单不用重现 ### 期望结果 ```ts const globalConfig: TdConfigProviderProps['globalConfig'] = { animation: { exclude: ['ripple', 'expand', 'fade'], }, } ``` 期望是关闭所有组件动画,每个组件库基本上都要设一个全局开关,几乎每个都有关闭动画的需求,动画除了花里胡哨没半点用处,还多费点电,另外还影响到客户机卡顿 ### 实际结果...
不努力看,很难看到有滚动条,得鼠标移到大约5像素宽的滚动条上颜色才深些,当然这个不是BUG,我覆盖一下样式就行了,我就是好奇为啥搞这么淡的颜色,几乎不可视了
```c++ const TAPICallOrPutFlagType TAPI_CALLPUT_FLAG_CALL = 'C'; const TAPICallOrPutFlagType TAPI_CALLPUT_FLAG_PUT = 'P'; const TAPICallOrPutFlagType TAPI_CALLPUT_FLAG_NONE = 'N'; struct TapAPINewOrder { public: TapAPINewOrder() { memset(this, 0, sizeof(TapAPINewOrder)); CallOrPutFlag = TAPI_CALLPUT_FLAG_NONE; CallOrPutFlag2 =...
- [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info ## What problem does this feature solve? ConfigProvider 的 exchange-time 交换时间我以为是关闭动画用的,设置了没效果...