You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
392 B

2 months ago
// 命名空间
$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;
}
}