Commit 0b78fef1 authored by youjie's avatar youjie

no message

parent 0b732e3a
<style>
<style scoped>
.AreaandType .BusAddArea{
width:100%;
text-align: right;
......@@ -7,6 +7,28 @@
.AreaandType .AreaTypeTable td, .AreaTypeTable th{
text-align: center!important;
}
/deep/.el-form-item{
margin-bottom: 0;
}
/deep/.AreaandType .el-input-number .el-input__inner{
height: 30px;
}
/deep/.AreaandType .el-input-number{
width: 100%;
line-height: 30px;
}
/deep/.AreaandType .el-input-number__increase{
width: 25px !important;
height: 28px !important;
}
/deep/.AreaandType .el-input-number__decrease{
width: 25px !important;
height: 28px !important;
}
/deep/.AreaandType .el-input-number .el-input__inner{
padding-left: 20px;
padding-right: 20px;
}
</style>
<template>
<div class="flexOne AreaandType">
......@@ -53,12 +75,14 @@
</tr>
<tr>
<th width="400">车辆类型</th>
<th>座位数</th>
<th>操作人</th>
<th>操作时间</th>
<th>操作</th>
</tr>
<tr v-for="(item,index) in BusTypeDataList" :key="index">
<td>{{item.Name}}</td>
<td>{{item.SeatNum}}</td>
<td>{{item.CreateByName}}</td>
<td>{{item.CreateDateStr}}</td>
<td>
......
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