Commit 61ff89f0 authored by 罗超's avatar 罗超

no message

parent f21a48eb
......@@ -203,9 +203,12 @@
}
.hover_Suspended{
position: relative;
padding: 0 3px;
}
.hover_Suspended:hover{
color: #F8A535;
background-color: #fff;
border-radius: 10px;
}
.hover_Suspended:hover .Suspended{
display: block;
......@@ -314,7 +317,7 @@ export default {
var datetime = d.getFullYear() + '-' + (d.getMonth() + 1 + '-' + 1);
this.msg.SelectStartTimeStr = datetime
this.msg.SelectEndTimeStr = d.getFullYear() + '-' + (d.getMonth() + 1 + '-' + MonthDayNum)
this.getList()
this.date = val
}
},
deep: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment