Commit cba62a46 authored by 罗超's avatar 罗超

2

parent e1f145ab
<style> <style>
.classHours .border-bottom { .classHours .border-bottom {
padding-bottom: 5px; padding-bottom: 5px;
margin-bottom: 5px; margin-bottom: 5px;
...@@ -213,7 +209,7 @@ ...@@ -213,7 +209,7 @@
color="primary" color="primary"
icon="add" icon="add"
v-if="addMsg.TimeList.length == y + 1" v-if="addMsg.TimeList.length == y + 1"
@click="addMsg.TimeList.push({ Sort: 1, StartTime: '', EndTime: '', Minutes: 0,ClassHours:'' })" @click="addMsg.TimeList.push({ Sort: y+2, StartTime: '', EndTime: '', Minutes: 0,ClassHours:'' })"
style="margin-left: 10px;" style="margin-left: 10px;"
/> />
</div> </div>
......
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