Commit 95877fd5 authored by zhengke's avatar zhengke

修改样式

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