|
@@ -63,7 +63,7 @@
|
|
|
</template>
|
|
|
</BaseHeaderLayout>
|
|
|
<el-row>
|
|
|
- <el-col :span="18">
|
|
|
+ <el-col :span="20">
|
|
|
<!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
|
|
|
<ws-button type="primary" @click="screen(0)">待审核</ws-button>
|
|
|
<ws-button type="primary" @click="screen()">全部</ws-button>-->
|
|
@@ -107,7 +107,7 @@
|
|
|
<el-button type="primary">模板下载</el-button>
|
|
|
</el-link>
|
|
|
</el-col>
|
|
|
- <el-col :span="6">
|
|
|
+ <el-col :span="4">
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<!-- <BaseHeaderLayout :leftSpan="10">
|
|
@@ -2306,7 +2306,9 @@
|
|
|
border-radius: 5px;
|
|
|
display: block;
|
|
|
}
|
|
|
-
|
|
|
+ .inline-block{
|
|
|
+ display:inline-block;
|
|
|
+ }
|
|
|
.pay_img {
|
|
|
width: 50%;
|
|
|
// display: flex;
|