【update】-禅道bug的修改4
This commit is contained in:
@@ -217,11 +217,11 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::v-deep ::-webkit-scrollbar-track{
|
::v-deep ::-webkit-scrollbar-track{
|
||||||
//background: yellow;
|
background: #293f6a;
|
||||||
////border-color: transparent;
|
////border-color: transparent;
|
||||||
}
|
}
|
||||||
::v-deep ::-webkit-scrollbar-thumb{
|
::v-deep ::-webkit-scrollbar-thumb{
|
||||||
//background: red;
|
background: #445a9c;
|
||||||
}
|
}
|
||||||
::v-deep ::-webkit-scrollbar-corner {
|
::v-deep ::-webkit-scrollbar-corner {
|
||||||
//background: black;
|
//background: black;
|
||||||
|
|||||||
@@ -111,13 +111,11 @@ export default {
|
|||||||
GetTechnicalFieldData().then(res => {
|
GetTechnicalFieldData().then(res => {
|
||||||
if(res.success) {
|
if(res.success) {
|
||||||
this.fieldOptionData = res.result.departList || []
|
this.fieldOptionData = res.result.departList || []
|
||||||
console.log('-------fieldOptionData----', this.fieldOptionData)
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 下拉框发生改变
|
// 下拉框发生改变
|
||||||
fieldSelectChange() {
|
fieldSelectChange() {
|
||||||
console.log('-------searchParams.field---------', this.searchParams.field)
|
|
||||||
this.getData()
|
this.getData()
|
||||||
},
|
},
|
||||||
// 下拉框的搜索
|
// 下拉框的搜索
|
||||||
@@ -144,10 +142,12 @@ export default {
|
|||||||
color: @white;
|
color: @white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
}
|
}
|
||||||
span.num {
|
span.num {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #6CFBCE;
|
color: #6CFBCE;
|
||||||
|
text-shadow: 0 0 4px #6CFBCE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -168,6 +168,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/deep/.ant-select{
|
/deep/.ant-select{
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
ul> li {
|
ul> li {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|||||||
@@ -304,6 +304,8 @@ export default {
|
|||||||
}
|
}
|
||||||
/deep/ .ant-table-header{
|
/deep/ .ant-table-header{
|
||||||
overflow: hidden!important;
|
overflow: hidden!important;
|
||||||
|
padding-bottom: 12px!important;
|
||||||
|
padding-top: 5px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { GetISOMeetingCalendarData } from "../../../screenApi/api";
|
import { GetISOMeetingCalendarData } from '../../../screenApi/api'
|
||||||
// 引入日历组件
|
// 引入日历组件
|
||||||
import FullCalendar from '@fullcalendar/vue'
|
import FullCalendar from '@fullcalendar/vue'
|
||||||
import dayGridPlugin from '@fullcalendar/daygrid'
|
import dayGridPlugin from '@fullcalendar/daygrid'
|
||||||
@@ -50,6 +50,7 @@ export default {
|
|||||||
calendarOptions: {
|
calendarOptions: {
|
||||||
// timeGridPlugin 可显示每日时间段
|
// timeGridPlugin 可显示每日时间段
|
||||||
height: 700,
|
height: 700,
|
||||||
|
// contentHeight: 'auto',
|
||||||
plugins: [dayGridPlugin, interactionPlugin],
|
plugins: [dayGridPlugin, interactionPlugin],
|
||||||
headerToolbar: null,
|
headerToolbar: null,
|
||||||
firstDay: 0,
|
firstDay: 0,
|
||||||
@@ -67,6 +68,7 @@ export default {
|
|||||||
events: [],
|
events: [],
|
||||||
eventColor: '#f08f00', // 修改日程背景色
|
eventColor: '#f08f00', // 修改日程背景色
|
||||||
weekNumberCalculation: 'ISO', // 周数
|
weekNumberCalculation: 'ISO', // 周数
|
||||||
|
fixedWeekCount: false, //月份 固定周数
|
||||||
customButtons: {}
|
customButtons: {}
|
||||||
},
|
},
|
||||||
scheduleList: [],
|
scheduleList: [],
|
||||||
@@ -267,10 +269,12 @@ div.calendar-box{
|
|||||||
color: @white;
|
color: @white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
}
|
}
|
||||||
span.num {
|
span.num {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #6CFBCE;
|
color: #6CFBCE;
|
||||||
|
text-shadow: 0 0 4px #6CFBCE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*日历组件的修改 */
|
/*日历组件的修改 */
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ export default {
|
|||||||
events: [],
|
events: [],
|
||||||
eventColor: '#f08f00', // 修改日程背景色
|
eventColor: '#f08f00', // 修改日程背景色
|
||||||
weekNumberCalculation: 'ISO', // 周数
|
weekNumberCalculation: 'ISO', // 周数
|
||||||
|
fixedWeekCount: false, //月份 固定周数
|
||||||
customButtons: {}
|
customButtons: {}
|
||||||
},
|
},
|
||||||
scheduleList: [],
|
scheduleList: [],
|
||||||
@@ -275,10 +276,12 @@ div.calendar-box{
|
|||||||
color: @white;
|
color: @white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
}
|
}
|
||||||
span.num {
|
span.num {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #6CFBCE;
|
color: #6CFBCE;
|
||||||
|
text-shadow: 0 0 4px #6CFBCE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*日历组件的修改 */
|
/*日历组件的修改 */
|
||||||
@@ -345,6 +348,9 @@ div.calendar-box{
|
|||||||
::v-deep .fc-event-title{
|
::v-deep .fc-event-title{
|
||||||
font-weight: 800!important;
|
font-weight: 800!important;
|
||||||
}
|
}
|
||||||
|
::v-deep .fc-scrollgrid-section-header .fc-scroller {
|
||||||
|
overflow: hidden!important;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
|
|||||||
@@ -271,12 +271,18 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
//text-shadow: 0 0 5px #88D8FB;
|
||||||
.left-select > span:not(.label) {
|
.left-select > span:not(.label) {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
color: @white;
|
color: @white;
|
||||||
}
|
}
|
||||||
.label{
|
.label{
|
||||||
color: @white;
|
color: @white;
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
|
}
|
||||||
|
.ant-select,
|
||||||
|
/deep/.ant-calendar-picker input{
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.title-right-sub {
|
.title-right-sub {
|
||||||
@@ -287,10 +293,12 @@ export default {
|
|||||||
color: @white;
|
color: @white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
}
|
}
|
||||||
span.num {
|
span.num {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #6CFBCE;
|
color: #6CFBCE;
|
||||||
|
text-shadow: 0 0 4px #6CFBCE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -116,10 +116,12 @@ export default {
|
|||||||
color: @white;
|
color: @white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
text-shadow: 0 0 5px #88D8FB;
|
||||||
}
|
}
|
||||||
span.num {
|
span.num {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #6CFBCE;
|
color: #6CFBCE;
|
||||||
|
text-shadow: 0 0 4px #6CFBCE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user