Files
tms-erp-web/src/styles/theme/bule.scss
T
gxwebsoft 8a78f4d01a fix(business-crud-page): 修复合同名称列左对齐问题
- 在 business-crud-page.vue 的 contractName 插槽中新增包裹 div,强制内容左对齐
- 新增 scoped 样式 .business-crud-page__contract-name,设置 text-align: left
- contract-manage.js 保留 contractName 列 align 和 headerAlign 配置,作为兜底
- 调整合同名称列最小宽度和合同管理页面菜单宽度
- 修复车辆信用评分量化页面部分文本居中样式移除
2026-08-20 17:08:30 +08:00

66 lines
971 B
SCSS

.theme-bule {
.avue-top, .avue-logo {
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
color: rgba(0, 0, 0, 0.85);
}
.avue-top {
.top-bar__right,
.avue-breadcrumb,
.top-bar__item,
.el-dropdown,
.el-dropdown-link {
color: rgba(0, 0, 0, 0.85);
i {
color: rgba(0, 0, 0, 0.65);
}
}
}
.avue-sidebar {
background: #004ca7;
.el-menu-item.is-active, .el-sub-menu__title.is-active {
background-color: rgba(0, 0, 0, 0.2);
}
}
.avue-logo {
.avue-logo_title {
color: rgba(0, 0, 0, 0.85);
}
}
.avue-breadcrumb {
i {
color: rgba(0, 0, 0, 0.65);
}
}
.top-bar__item {
i {
color: rgba(0, 0, 0, 0.65);
}
}
.avue-top {
.el-menu-item {
i,
span {
color: rgba(0, 0, 0, 0.85);
}
&:hover {
i,
span {
color: var(--el-color-primary);
}
}
}
}
}