// * table-box 表格页面样式 .table, .table-box { display: flex; flex: 1; flex-direction: column; width: 100%; height: 100%; } .el-select { width: 100%; }