1. Expectation: the width of the outer div wants to adapt to the size of the inner div
2. Currently: this is the style of the outer div, so the width of setting div,div cannot increase
.compareGraph [data-v-19dfcc85] {
padding: 0 0.5rem;
box-sizing: border-box;
margin: 0 auto;
margin-top: 0.4rem;
overflow: hidden;
min-width: 71%;
position: absolute;
left: 50%;
transform: translateX(-50%);
}