Commit 9771e87f authored by youjie's avatar youjie

no message

parent 761d694e
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
<div style="padding: 20px 0;height: 700px;overflow-y: scroll;"> <div style="padding: 20px 0;height: 700px;overflow-y: scroll;">
<div class="page-content"> <div class="page-content">
<div class="list-box"> <div class="list-box">
<div class="list-haeder"> <!-- <div class="list-haeder">
<div>日期</div> <div>日期</div>
<div>上课学生</div> <div>上课学生</div>
</div> </div> -->
<div v-for="item in tableData" class="listbox"> <div v-for="item in tableData" class="listbox">
<div class="list-content"> <div class="list-content">
<div class="content-week"> <div class="content-week">
...@@ -158,6 +158,7 @@ ...@@ -158,6 +158,7 @@
.list-content{ .list-content{
display: flex; display: flex;
align-items: center; align-items: center;
/* box-shadow: 0px 6px 14px 0px rgba(176, 176, 176, 0.2); */
} }
.listbox{ .listbox{
display: flex; display: flex;
...@@ -175,7 +176,7 @@ ...@@ -175,7 +176,7 @@
.height10{ .height10{
width: 100%; width: 100%;
height: 20px; height: 20px;
background: #F2F4F7; /* background: #F2F4F7; */
border-top: 1px solid #eeeeee; border-top: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
} }
......
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