|
@@ -501,7 +501,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
websocketonmessage(e) { // websocket数据接收
|
|
|
- const { bugHasReminding, requireHasReminding, taskHasReminding } = JSON.parse(JSON.parse(e.data))
|
|
|
+ const { bugHasReminding, requireHasReminding, taskHasReminding } = JSON.parse(e.data)
|
|
|
this.tabTips = { // 顶部tab红点提示
|
|
|
require: requireHasReminding,
|
|
|
task: taskHasReminding,
|
|
@@ -518,17 +518,25 @@ export default {
|
|
|
.el-container{
|
|
|
width: 100%;
|
|
|
}
|
|
|
-.hideSidebar .main-header {
|
|
|
- width: calc(100% - 54px);
|
|
|
-}
|
|
|
-.openSidebar .main-header {
|
|
|
- width: calc(100% - 210px);
|
|
|
-}
|
|
|
+// .hideSidebar .main-header {
|
|
|
+// width: calc(100% - 54px);
|
|
|
+// }
|
|
|
+// .openSidebar .main-header {
|
|
|
+// width: calc(100% - 210px);
|
|
|
+// }
|
|
|
+@include hide-open-header;
|
|
|
.bg-team {
|
|
|
@include bg-project;
|
|
|
+ padding-top: 60px;
|
|
|
}
|
|
|
.main-header {
|
|
|
@include main-header;
|
|
|
+ margin-bottom: 0;
|
|
|
+ margin-right: 0;
|
|
|
+ border-bottom: 1px solid rgba(155, 155, 155, .2);
|
|
|
+ >>>.el-tabs__nav-wrap::after {
|
|
|
+ height: 0;
|
|
|
+ }
|
|
|
.top-tabs {
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
@@ -537,7 +545,7 @@ export default {
|
|
|
.tips {
|
|
|
height: 10px;
|
|
|
width: 10px;
|
|
|
- background-color: tomato;
|
|
|
+ background-color: #E02020;
|
|
|
border-radius: 50%;
|
|
|
position: absolute;
|
|
|
top: 18px;
|
|
@@ -546,18 +554,17 @@ export default {
|
|
|
.tips-last {
|
|
|
height: 10px;
|
|
|
width: 10px;
|
|
|
- background-color: tomato;
|
|
|
+ background-color: #E02020;
|
|
|
border-radius: 50%;
|
|
|
position: absolute;
|
|
|
top: 18px;
|
|
|
right: 0;
|
|
|
}
|
|
|
}
|
|
|
-.main-header::after {
|
|
|
- @include main-header-after;
|
|
|
-}
|
|
|
.main-section {
|
|
|
@include main-section;
|
|
|
+ margin-right: 0;
|
|
|
+ width: calc(100% - 10px);
|
|
|
.title-name {
|
|
|
font-size:20px;
|
|
|
font-family:PingFangSC-Medium;
|