夕水

Results 28 comments of 夕水

可以通过颜色选择器的实例拿到最开始配置属性的defaultColor颜色值,然后通过实例中获取到色块元素,然后通过dom的方式来修改色块背景颜色值。(抱歉,一直没有关注这个项目,现在才看到回复)参考[这里](https://eveningwater.github.io/ew-color-picker/zh/docs/api/api.html#%E5%AE%9E%E4%BE%8B%E5%B1%9E%E6%80%A7)获取到实例元素的配置属性以及实例的dom元素。伪代码如下: ```js const color = new ewColorPicker('.test'); const defaultColor = color.config.defaultColor; const sizeElement = color.$Dom.box; //具体打印实例看下 sizeElement.style.background = defaultColor; ```

> * [ ] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design/issues) > > ## 基本信息 > * **依赖包名 及 版本:** @arco-design/[email protected] > * **浏览器版本:**...

> 参考这里吧:https://arco.design/react/components/form#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 > > 跟我描述的有差异,这里是需要保留点击label与表单项的联动,tooltip配置(也是被包含在label里面的),这里只是想要将tooltip与表单联动的行为去掉。类似代码如下: ```tsx { e.preventDefault(); }, }} > ```

> Sorry, I may not have made it clear. You don't need to delete the `pnpm-lock.yaml` file, you just need to not commit your local changes to it to the...

> It seems scroll can be a part of el-alert, no need to add a new component. I recommend keeping the current independent component design for the following reasons: **Design...

> Personally, I think this component is good, but whether the name `marquee` is more appropriate, and it should not be bound to `alert`, but should be independent. There are...

> Just like this. (This is just my idea, it is best to ask the team members of the ep for their opinions, and it is best not to make...

> Just like this. (This is just my idea, it is best to ask the team members of the ep for their opinions, and it is best not to make...

@overthemike I redeployed it, the link is: https://valtio-nine.vercel.app/

> @eveningwater Could you also add the flag svgs next to the languages? Here are the svgs for them both: > > China: > > ``` > > ``` >...