html代码:不应该添加slot=“footer”
<el-dialog
....>
....
<div class="dialog-footer">
...
</div>
</el-dialog>
css代码:
.dialog-footer {
position: sticky;
bottom: 10px;
text-align: center;
background-color: #fff;
}
html代码:不应该添加slot=“footer”
<el-dialog
....>
....
<div class="dialog-footer">
...
</div>
</el-dialog>
css代码:
.dialog-footer {
position: sticky;
bottom: 10px;
text-align: center;
background-color: #fff;
}