通过 display: flex; 将容器设置为 Flexbox 布局,然后使用 justify-content: center; 和align-items: center; 来实现水平和垂直居中。最后,通过设置 height: 100vh; 使容器高度占满整个视口高度(这可以根据需要进行调整)。 5. 编写代码实现 el-empty 居中...