change style

This commit is contained in:
David 2019-06-03 11:47:51 +08:00
parent 6fbbc828d2
commit 47027b6059
2 changed files with 9 additions and 10 deletions

View File

@ -77,7 +77,7 @@
<div>
<span style="vertical-align: -6px;">提示:
<span class="box white"></span>可选座位
<span class="box green"></span>不可选座位
<span class="box red"></span>不可选座位
<span class="box blue"></span>已选座位
</span>
</div>
@ -327,7 +327,7 @@ export default {
.unselectable {
cursor: not-allowed;
background-color: @success-color;
background-color: @red-6;
}
.selected {
@ -343,8 +343,8 @@ export default {
border: solid 1px rgba(128, 128, 128, 0.3);
}
.green {
background-color: @success-color;
.red {
background-color: @red-6;
}
.blue {

View File

@ -41,7 +41,7 @@
<router-link :to="{name: 'bookingEdit', params:{id: item.booking.id}}">查看</router-link>
</template>
</a-popover>
<div v-else style="width: 100%; height: 20px;" @click="handleSelect(seatIndex, itemIndex)"></div>
<div v-else style="width: 100%; height: 26px;" @click="handleSelect(seatIndex, itemIndex)"></div>
</td>
</tr>
</table>
@ -52,7 +52,7 @@
<div style="float: left;">
<span style="vertical-align: -6px;">提示:
<span class="box white"></span>可选时间
<span class="box green"></span>不可选时间
<span class="box red"></span>不可选时间
<span class="box blue"></span>已选时间
</span>
</div>
@ -235,7 +235,6 @@ export default {
th, td {
border: solid 1px rgba(128, 128, 128, 0.3);
padding: 5px 2px;
}
.cell {
@ -247,7 +246,7 @@ export default {
}
.booked-cell {
background-color: @success-color;
background-color: @red-6;
}
.selected-cell {
@ -269,8 +268,8 @@ export default {
border: solid 1px rgba(128, 128, 128, 0.3);
}
.green {
background-color: @success-color;
.red {
background-color: @red-6;
}
.blue {