update 首页

This commit is contained in:
danshihao
2023-12-27 14:56:05 +08:00
parent edf71c4708
commit 83e7d90b2b
5 changed files with 451 additions and 22 deletions
@@ -75,11 +75,17 @@ export default {
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
font-family: PingFang SC-Regular, PingFang SC;
font-family: PingFang SC-Regular, PingFang SC, sans-serif;
font-weight: 400;
color: @primary-color;
text-align: center;
background-image: url('../../../assets/image/dashboardLinkBack.png');
cursor: pointer;
}
@media screen and (max-width: 1366px) {
.content-div {
height: 40px;
line-height: 40px;
}
}
</style>