Applet in the custom components: the use of external style components externalClasses

Enable external styles:

Custom components:

v-day

 

 

Introduced in html

 

 Writing style in external components css:

 

.ex-tag {
  background-color: #fffbdd ;
}

 

In the use of the external style assembly

 

 

This time we found no effect

We should use! important mandatory coverage style

.ex-tag {
  background-color: #fffbdd !important;
}

effect:

 

Guess you like

Origin www.cnblogs.com/guangzhou11/p/11470590.html