Commit ec387072 authored by zhengke's avatar zhengke

修改

parent 6dd2f50c
...@@ -66,6 +66,11 @@ ...@@ -66,6 +66,11 @@
font-size: 12px; font-size: 12px;
margin-bottom: 20px; margin-bottom: 20px;
} }
.planTimeLi2 tbody::before{
content: '';
display: table-row;
height: 20px;
}
</style> </style>
<template> <template>
...@@ -260,7 +265,7 @@ ...@@ -260,7 +265,7 @@
</div> </div>
</div> </div>
<template v-if="DefaultPlanTimeList&&DefaultPlanTimeList.length>0"> <template v-if="DefaultPlanTimeList&&DefaultPlanTimeList.length>0">
<table style="width:100%;"> <table style="width:100%;border-collapse: collapse;" class="planTimeLi2">
<thead> <thead>
<tr> <tr>
<th> <th>
......
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