diff --git a/src/views/screen/HomePage.vue b/src/views/screen/HomePage.vue index a25683b..722954d 100644 --- a/src/views/screen/HomePage.vue +++ b/src/views/screen/HomePage.vue @@ -217,11 +217,11 @@ export default { } ::v-deep ::-webkit-scrollbar-track{ - //background: yellow; + background: #293f6a; ////border-color: transparent; } ::v-deep ::-webkit-scrollbar-thumb{ - //background: red; + background: #445a9c; } ::v-deep ::-webkit-scrollbar-corner { //background: black; diff --git a/src/views/screen/iso/ExpertChart.vue b/src/views/screen/iso/ExpertChart.vue index c6e8c1f..1e2ac5c 100644 --- a/src/views/screen/iso/ExpertChart.vue +++ b/src/views/screen/iso/ExpertChart.vue @@ -111,13 +111,11 @@ export default { GetTechnicalFieldData().then(res => { if(res.success) { this.fieldOptionData = res.result.departList || [] - console.log('-------fieldOptionData----', this.fieldOptionData) } }) }, // 下拉框发生改变 fieldSelectChange() { - console.log('-------searchParams.field---------', this.searchParams.field) this.getData() }, // 下拉框的搜索 @@ -144,10 +142,12 @@ export default { color: @white; display: inline-block; vertical-align: middle; + text-shadow: 0 0 5px #88D8FB; } span.num { font-size: 20px; color: #6CFBCE; + text-shadow: 0 0 4px #6CFBCE; } } @@ -168,6 +168,7 @@ export default { } /deep/.ant-select{ + text-shadow: 0 0 5px #88D8FB; ul> li { background: transparent; border-color: transparent; diff --git a/src/views/screen/iso/LeadingStandardChart.vue b/src/views/screen/iso/LeadingStandardChart.vue index 76e6b0d..c0b4038 100644 --- a/src/views/screen/iso/LeadingStandardChart.vue +++ b/src/views/screen/iso/LeadingStandardChart.vue @@ -304,6 +304,8 @@ export default { } /deep/ .ant-table-header{ overflow: hidden!important; + padding-bottom: 12px!important; + padding-top: 5px!important; } \ No newline at end of file diff --git a/src/views/screen/iso/MeetingCalendar.vue b/src/views/screen/iso/MeetingCalendar.vue index 4131629..a95848a 100644 --- a/src/views/screen/iso/MeetingCalendar.vue +++ b/src/views/screen/iso/MeetingCalendar.vue @@ -33,7 +33,7 @@