// 命名空间 $namespace: v; // el命名空间 $elNamespace: el; .el-form--inline { display: flex; gap: 40px; margin-bottom: 0; .el-form-item { margin-right: 0; margin-bottom: 0; .el-form-item__label { width: fit-content; } } } .el-table { border: 1px solid #ebeef5; --el-table-header-bg-color: #f5f7fa; .el-table__header { color: #909399; } }