公共样式

This commit is contained in:
2023-08-03 11:18:03 +08:00
parent 969a5303a8
commit 01f459e811
15 changed files with 178 additions and 78 deletions

View File

@@ -68,8 +68,12 @@ export default {
margin-left: 8px;
.no-redirect {
color: #97a8be;
color: rgba(0, 0, 0, 0.65);
cursor: text;
}
}
.app-breadcrumb .el-breadcrumb__inner a, .el-breadcrumb__inner.is-link {
color: rgba(0, 0, 0, 0.45);
}
</style>