答案 0 :(得分:1)
请记住,vue会将样式/类prop调度到组件的父元素。
所以以下内容应该有效:
<el-button style="width: 100%">Default</el-button>
答案 1 :(得分:0)
您可以在其中添加全角列, 像这样。
<el-row>
<el-col :span="24">
<el-button type="primary"> Your Button Here </el-button>
</el-col>
</el-row>