Commit 95877fd5 authored by zhengke's avatar zhengke

修改样式

parent 52efb5e4
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
box-shadow: 3px 2px 10px rgb(204, 203, 203); box-shadow: 3px 2px 10px rgb(204, 203, 203);
border: 1px solid #ececec; border: 1px solid #ececec;
} }
.query-box ul { .PAGE_teamRE .query-box ul {
overflow: initial; overflow: initial;
} }
.hqb_t { .hqb_t {
...@@ -78,13 +78,13 @@ ...@@ -78,13 +78,13 @@
text-align: center; text-align: center;
margin-bottom: 15px; margin-bottom: 15px;
} }
.query-box li:last-child { .PAGE_teamRE .query-box li:last-child {
float: left; float: left;
} }
.query-box > ul > li:last-child { .PAGE_teamRE .query-box > ul > li:last-child {
float: right; float: right;
} }
.query-box .hight_query ul .el-input { .PAGE_teamRE .query-box .hight_query ul .el-input {
width: inherit; width: inherit;
} }
.hight_query_box ul li { .hight_query_box ul li {
...@@ -413,7 +413,7 @@ tr._item_list td:last-child { ...@@ -413,7 +413,7 @@ tr._item_list td:last-child {
</style> </style>
<template> <template>
<div class="page_fnDm page_RecPayQuery" v-loading="AALloading"> <div class="page_fnDm page_RecPayQuery PAGE_teamRE" v-loading="AALloading">
<div class="query-box"> <div class="query-box">
<el-form class="_info_box clearfix" label-width="110px"> <el-form class="_info_box clearfix" label-width="110px">
<el-row style="padding:15px 20px 0 0;"> <el-row style="padding:15px 20px 0 0;">
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<el-option v-for='item in appAuditStatusList' :label='item.label' :value='item.value' :key='item.value'></el-option> <el-option v-for='item in appAuditStatusList' :label='item.label' :value='item.value' :key='item.value'></el-option>
</el-select></span> </el-select></span>
</li> </li>
<li style="top:-155px!important"><input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/></li> <li><input type="button" class="hollowFixedBtn" value="查询" @click="resetPageIndex(),getList()"/></li>
</ul> </ul>
</div> </div>
<div class="appListparent" v-loading='loading'> <div class="appListparent" v-loading='loading'>
......
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