Commit 90056c26 authored by caicaicai's avatar caicaicai

修改

parent 70d7303f
......@@ -9,7 +9,7 @@
<el-option v-for="(item,index) in carFleetData" :key="index" :label="item.name" :value="item.name" style="font-size:18px;"></el-option>
</el-select>
<el-input v-model="searchText" placeholder="请输入车牌号" style="width:19vw;"></el-input>
<el-button type="primary" round style="width:5vw;font-size:19px;" @click="toSearch()">查询</el-button>
<el-button type="primary" round style="width:6.5vw;font-size:18px;height: 6vh;text-align: center;" @click="toSearch()">查询</el-button>
</div>
<div class="voiceAppContent_2">
<div>
......@@ -770,8 +770,8 @@ export default {
z-index: 2;
top: 50%;
left: 50%;
height: 80vh;
width: 55vw;
height: 85vh;
width: 60vw;
background:no-repeat center center url('~@/assets/images/truckTuPian/yuyinshenqing1.png');
background-size:100% 100%;
transform: translate(-50%,-50%);
......@@ -802,7 +802,7 @@ export default {
margin-top: 15px;
}
.voiceAppContent_left_title{
font-size: 22px;
font-size: 21px;
color: rgb(24,228,240);
}
.voiceAppContent_1{
......@@ -942,7 +942,7 @@ export default {
border-radius: 10px;
}
.toCallStyle{
margin-top: 15px;
margin-top: 10px;
width: 130px;
height: 40px;
font-size: 18px;
......
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