update:bug更新
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user