Browse Source

排期样式修改

wangziqian 4 years ago
parent
commit
cd2d2960c2

+ 0 - 1
src/views/workbench/person/components/myFullCalendar.vue

@@ -251,7 +251,6 @@ export default {
 >>>.fc-title {
   line-height: 15px;
   padding-left: 4px;
-  color:#333333 !important;
 }
 >>>.fc-event-container .fc-content {
   text-overflow: inherit;

+ 0 - 6
src/views/workbench/person/index.vue

@@ -361,12 +361,6 @@ export default {
           ? this.$router.push({ path: this.$route.path, query: { page: newV }})
           : this.$router.push({ path: this.$route.path, query: { page: '1' }})
       }
-    },
-    tabTips: {
-      handler(newV) {
-        console.log(newV)
-      },
-      deep: true
     }
   },
   created() {

+ 2 - 2
src/views/workbench/team/index.vue

@@ -358,8 +358,8 @@ export default {
       this.mapMemberColor.clear()
       arr.map((item, index) => {
         this.mapMemberColor.set(item.idap, {
-          color: this.colorList[index % 20],
-          bgColor: this.bgColorList[index % 20]
+          color: '#FFFFFF',
+          bgColor: this.colorList[index % 20]
         })
       })
     },