.container { display: flex; justify-content: center; align-items: center; height: 100vh; } .center-container { text-align: center; margin: auto; width: 80%; height: 100vh; } .table-box { margin: 10px 0px 15px 0px; padding: 15px 0px 5px 0px; background-color: #f0f0f0; /* 浅灰色背景 */ border-radius: 10px; /* 可以根据需要调整边框圆角 */ backdrop-filter: blur(10px); /* 调整模糊度 */ -webkit-backdrop-filter: blur(10px); /* 兼容性处理,适用于一些WebKit浏览器 */ } .table-box .el-input { margin-right: 80px; width: 320px; } .el-table { margin: auto; } .el-table .el-table__row { height: 20px; } .el-dialog { width : 100%; max-width: 800px; }