Commit 0b78fef1 authored by youjie's avatar youjie

no message

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