我在 el-dialog 中引入了 el-cascader 不过级联显示器的显示样式出了问题。样式代码 <el-dialog title="换台" :visible.sync="changeTableDialogVisible" width="40%" center>
<el-cascader :options="options" @change="handleChange"></el-cascader>
<span slot="footer" class="dialog-footer">
<el-button @click="changeTableDialogVisible = false">取消</el-button>
<el-button type="primary" @click="confirmChangeTable">确定</el-button>
</span>
</el-dialog>错误截图
添加回答
举报
0/150
提交
取消