<el-date-picker
v-model="value1"
type="date"
placeholder="">
</el-date-picker>
the rendered input is not styled through the parent element + input tag
element is a common input box, most of which are default sizes. Now I want to adjust some of them to change the width, height and color. What should I do? The style is set directly after the parent element is added with class, because the dom does not have it, so the style is gone after the webpack is packaged. What should I do with it?