Will thead set background images be displayed repeatedly on Android phones?

set the background image of thead, unexpectedly repeat, a gradient image to be displayed 3 times on Android phone, what is the reason?

   

Mar.30,2021

is thead itself repeated

but the requirement of this linear gradient doesn't need a picture, but css can do it.

background-image: linear-gradient(to right, -sharpf78853, -sharpfa4c43);

width 100%, or there is something wrong with your background-size adaptation. Check

Menu