如何将下拉框单独一行显示
<t-button shape='round' theme='danger' @click='deleteoperator(index, num)'> 删除序列
<t-button style='margin-top: 10px;' shape='round' theme='primary' size='extra-small' @click='addoperate(index)'> 添加操作
在修改后的代码中,我们将 <t-select> 元素包裹在一个带有 margin-top 样式的 <div> 容器中,以创建新行效果。您可以根据需要调整 margin-top 的值。
原文地址: https://www.cveoy.top/t/topic/qDx6 著作权归作者所有。请勿转载和采集!