在 VUE 中。
<iframe :class="$style.iframe" ref="iframe"></iframe>
<style module lang="scss">
.iframe {
body {
::-webkit-scrollbar-thumb {
background-color: #EFEFF0;
border: 1px solid transparent;
background-clip: padding-box;
border-radius: 5px;
}
}
}
</style>
可以参考这个前提是iframe的src和你当前的网页是同源的
https://codesandbox.io/s/dist...