As the title.
The problem is weird. The element's upper label is a div, and properties such as width and height have been set. However, when the element is adjusted using margin, it cannot take effect. Student experience tips: set the parent element attribute of this element to
overflow:hidden;
The problem was solved.