// * table-box 表格页面样式 .table, .table-box { display: flex; flex: 1; flex-direction: column; width: 100%; height: 100%; } .el-select { width: 100%; } .el-header { background-color: rgba(18, 21, 39, 0.86); } .el-form-item__content { :deep(.el-date-editor.el-input) { width: 100% !important; } } .el-form-item__content { :deep(.el-input__wrapper) { width: 100% !important; } } .el-table .cell { white-space: nowrap !important; }