When the sidebar shrinks, the content width increases, but when it opens, the content width decreases.

The orange part uses absolute positioning, for example, the sidebar width is 200px, and the absolute positioning of the orange part is written as left:200 px;; Right: 0;

Reduce the value of left after contraction, such as left:20px;;