伪类样式改如何修改
#2034
Replies: 1 comment
-
去掉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我想修改image组件在预览时的伪元素,如图是我想要的效果,在浏览器调试工具中可以实现更改

但在vue代码中更改伪类元素,这是代码,这些样式不生效
:deep(.arco-image-preview-img-container::before) { display: inline-block; width: 20px; height: 20px; vertical-align: top; content: 'xx'; background: yellow; }
请问该如何修改arco组件的伪类样式呢?
Beta Was this translation helpful? Give feedback.
All reactions