requirement: the white background on the Input component of the iview library needs to be changed to red, so why does it not take effect to modify the background background directly?
< Input class= "bgStyle" / >
< style >
.bgStyle{
background:red;
}
< / style >