Two ways to modify the style of element ui components

1. Use depth :: v-deep to modify the style of the formation, which can be written directly in the style of scoped scope. (Recommended)
2. Add id / class to the component and modify it directly on the style side. Note that the style should not be scoped, vue can have multiple styles.

Guess you like

Origin www.cnblogs.com/likecn/p/12737319.html