【update】-禅道bug的修改4

This commit is contained in:
fengchenchen
2022-12-08 15:31:35 +08:00
parent 79f2bc8be0
commit 2c7feeccdd
7 changed files with 28 additions and 5 deletions
+2 -2
View File
@@ -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;
+3 -2
View File
@@ -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;
@@ -304,6 +304,8 @@ export default {
}
/deep/ .ant-table-header{
overflow: hidden!important;
padding-bottom: 12px!important;
padding-top: 5px!important;
}
</style>
+5 -1
View File
@@ -33,7 +33,7 @@
</template>
<script>
import { GetISOMeetingCalendarData } from "../../../screenApi/api";
import { GetISOMeetingCalendarData } from '../../../screenApi/api'
// 引入日历组件
import FullCalendar from '@fullcalendar/vue'
import dayGridPlugin from '@fullcalendar/daygrid'
@@ -50,6 +50,7 @@ export default {
calendarOptions: {
// timeGridPlugin 可显示每日时间段
height: 700,
// contentHeight: 'auto',
plugins: [dayGridPlugin, interactionPlugin],
headerToolbar: null,
firstDay: 0,
@@ -67,6 +68,7 @@ export default {
events: [],
eventColor: '#f08f00', // 修改日程背景色
weekNumberCalculation: 'ISO', // 周数
fixedWeekCount: false, //月份 固定周数
customButtons: {}
},
scheduleList: [],
@@ -267,10 +269,12 @@ div.calendar-box{
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;
}
}
/*日历组件的修改 */
@@ -67,6 +67,7 @@ export default {
events: [],
eventColor: '#f08f00', // 修改日程背景色
weekNumberCalculation: 'ISO', // 周数
fixedWeekCount: false, //月份 固定周数
customButtons: {}
},
scheduleList: [],
@@ -275,10 +276,12 @@ div.calendar-box{
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;
}
}
/*日历组件的修改 */
@@ -345,6 +348,9 @@ div.calendar-box{
::v-deep .fc-event-title{
font-weight: 800!important;
}
::v-deep .fc-scrollgrid-section-header .fc-scroller {
overflow: hidden!important;
}
</style>
<style lang="less">
@@ -271,12 +271,18 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
//text-shadow: 0 0 5px #88D8FB;
.left-select > span:not(.label) {
margin-right: 15px;
color: @white;
}
.label{
color: @white;
text-shadow: 0 0 5px #88D8FB;
}
.ant-select,
/deep/.ant-calendar-picker input{
text-shadow: 0 0 5px #88D8FB;
}
}
.title-right-sub {
@@ -287,10 +293,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;
}
}
+2
View File
@@ -116,10 +116,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;
}
}