You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我需要修改n-image这个组件某个类名的样式,我要将预览图的背景设置为纯黑色,下面的写法错了吗?为什么不起效果呢?
<style scoped lang="scss"> :deep(.n-image-preview-container) { background-color: rgb(0, 0, 0, 1) !important; } </style>
Beta Was this translation helpful? Give feedback.
All reactions