vue去掉组件自带的widthVue可以通过设置 CSS 样式的width属性来去掉组件自带的width,例如在组件中添加样式:<style>.element { width: 0} <style>即可去掉组件自带的宽度2023-02-21html-css160