update:bug更新

This commit is contained in:
2021-10-15 16:12:01 +08:00
parent e74505e322
commit 31acca95b5
13 changed files with 71 additions and 45 deletions

View File

@@ -93,6 +93,8 @@ export default {
created() {
if (sessionStorage.getItem("mode") == "older") {
projectSelectChangeStyle();
} else {
$(".logout").css("display", "none");
}
this.onInit();
},
@@ -104,6 +106,7 @@ export default {
methods: {
// 获取数据
onInit() {
console.log("项目");
this.type =
this.$route.params.type || window.sessionStorage.getItem("type");
if (this.$route.params.type) {
@@ -258,7 +261,6 @@ export default {
}
.proListBox {
height: 127px;
margin: 15px 20px;
border-radius: 3px;
background-color: #fff;
@@ -323,6 +325,10 @@ export default {
.proTitleBox {
font-size: 22px !important;
}
.proTitleBox {
height: unset !important;
line-height: unset;
}
.proAreaBox {
> :nth-child(2) {
font-size: 18px !important;