wenbobowen 4 年之前
父节点
当前提交
8078cbb605

+ 1 - 1
src/components/select/searchTeam.vue

@@ -132,7 +132,7 @@ export default {
     overflow:hidden
   }
 }
->>>.el-tag.el-tag--info {
+/deep/.el-tag.el-tag--info {
     margin: 2px 0 2px 15px !important;
 }
 </style>

+ 5 - 5
src/styles/detail-pages.scss

@@ -148,26 +148,26 @@
       margin-left: 6px;
     }
   }
-  >>>.el-form-item__label {
+  /deep/.el-form-item__label {
     color: #666666;
     font-size: 14px;
     font-weight: 400;
   }
-  >>>.el-form-item__content {
+  /deep/.el-form-item__content {
     color: #333333;
     font-size: 14px;
   }
   .module {
-    >>>.el-form-item__content {
+    /deep/.el-form-item__content {
       padding-left: 15px;
     }
   }
   .detail-info {
-    >>>.el-input__inner{
+    /deep/.el-input__inner{
       color: #333333;
       font-size: 14px;
     }
-    >>>.el-form-item{
+    /deep/.el-form-item{
       margin-bottom: 0;
     }
   }

+ 1 - 1
src/views/workbench/components/searchSection.vue

@@ -254,7 +254,7 @@ export default {
   margin: 0 20px 0 0;
   font-weight: 400;
 }
->>>.el-checkbox {
+/deep/.el-checkbox {
   margin-bottom: 20px;
 }
 .check-point {

+ 15 - 15
src/views/workbench/person/components/myFullCalendar.vue

@@ -255,17 +255,17 @@ export default {
 </script>
 
 <style scoped lang="scss">
->>>.addStyle {
+/deep/.addStyle {
   width: 20px;
   text-align: center;
   font-size: 12px;
   color: #FFF;
   background-color: #409eff;
 }
->>>.el-tabs__nav-scroll{
+/deep/.el-tabs__nav-scroll{
   margin: 0 35px;
 }
->>>.el-tabs__nav-wrap::after{
+/deep/.el-tabs__nav-wrap::after{
   height: 1px;
 }
 .calender-top {
@@ -280,47 +280,47 @@ export default {
     color:rgba(51,59,74,1);
   }
 }
->>>.fc-content {
+/deep/.fc-content {
   height: auto !important;
   display: flex;
   padding-top: 2px;
 }
->>>.fc-title {
+/deep/.fc-title {
   line-height: 15px;
   padding-left: 4px;
   font-weight: bold !important;
 }
->>>.fc-event-container .fc-content {
+/deep/.fc-event-container .fc-content {
   text-overflow: inherit;
 }
->>>.fc-day-grid-event .fc-content{
+/deep/.fc-day-grid-event .fc-content{
   white-space: normal;
 }
->>>.fc-event {
+/deep/.fc-event {
   line-height: auto !important;
 }
->>>.fc-day-header {
+/deep/.fc-day-header {
   height: 52px;
   line-height: 52px;
 }
->>>#small-calendar .fc-dayGridMonth-view .table-bordered .fc-body .fc-day-number {
+/deep/#small-calendar .fc-dayGridMonth-view .table-bordered .fc-body .fc-day-number {
   transform: scale(1);
   font-size: 14px;
 }
->>>#small-calendar .fc-view-container .table-bordered .fc-head .fc-day-header {
+/deep/#small-calendar .fc-view-container .table-bordered .fc-head .fc-day-header {
   transform: scale(1);
   font-size: 14px;
 }
->>>.fc-scroller::-webkit-scrollbar {
+/deep/.fc-scroller::-webkit-scrollbar {
   display:none !important;
 }
->>>.fc-today {
+/deep/.fc-today {
   background-color: rgba(235,172,0,0.1);
 }
->>>.fc th{
+/deep/.fc th{
   border-color: #D8D8D8;
 }
->>>.fc td {
+/deep/.fc td {
   border-color: #D8D8D8;
 }
 </style>

+ 5 - 5
src/views/workbench/person/index.vue

@@ -681,7 +681,7 @@ export default {
   @include main-header;
   margin-bottom: 0;
   border-bottom: 1px solid rgba(155, 155, 155, .2);
-  >>>.el-tabs__nav-wrap::after {
+  /deep/.el-tabs__nav-wrap::after {
     height: 0;
   }
   .top-tabs {
@@ -773,22 +773,22 @@ export default {
 .my-fullCalendar {
   padding-bottom: 150px;
 }
->>>.schedule1 {
+/deep/.schedule1 {
   margin: 4px;
   padding: 2px 10px;
   border: none;
 }
->>>.schedule2 {
+/deep/.schedule2 {
   margin: 4px;
   padding: 2px 10px;
   border: none;
 }
->>>.fc-content{
+/deep/.fc-content{
   transform: scale(1) !important;
   margin-left: 0 !important;
   width: auto !important;
 }
->>>.fc-content span{
+/deep/.fc-content span{
   bottom: 0 !important;
 }
 </style>

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

@@ -649,7 +649,7 @@ export default {
   margin-bottom: 0;
   margin-right: 0;
   border-bottom: 1px solid rgba(155, 155, 155, .2);
-  >>>.el-tabs__nav-wrap::after {
+  /deep/.el-tabs__nav-wrap::after {
     height: 0;
   }
   .top-tabs {
@@ -700,26 +700,26 @@ export default {
   font-weight: 600;
   cursor: pointer;
 }
->>>.el-dropdown-menu__item {
+/deep/.el-dropdown-menu__item {
   max-width: 20vw;
   overflow: scroll;
 }
->>>.schedule1 {
+/deep/.schedule1 {
   margin: 4px;
   padding: 2px 10px;
   border: none;
 }
->>>.schedule2 {
+/deep/.schedule2 {
   margin: 4px;
   padding: 2px 10px;
   border: none;
 }
->>>.fc-content{
+/deep/.fc-content{
   transform: scale(1) !important;
   margin-left: 0 !important;
   width: auto !important;
 }
->>>.fc-content span{
+/deep/.fc-content span{
   bottom: 0 !important;
 }
 </style>
@@ -727,10 +727,10 @@ export default {
 .cascader {
   position: absolute;
   width: 20px;
-  >>>.el-input__inner {
+  /deep/.el-input__inner {
     opacity: 0;
   }
-  >>>.el-input__icon {
+  /deep/.el-input__icon {
     display: none;
 }
 }