|
|
@@ -75,7 +75,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="operation-table-wrap">
|
|
|
- <el-table v-loading="loading" :data="pagedRows" height="100%" class="operation-table">
|
|
|
+ <el-table :key="activeTab + '-' + gatewayType" v-loading="loading" :data="pagedRows" height="100%" class="operation-table">
|
|
|
<el-table-column type="index" label="序号" width="70" align="center" />
|
|
|
<template v-if="activeTab === 'direct'">
|
|
|
<el-table-column prop="id" label="充值ID" min-width="110" align="center" />
|
|
|
@@ -523,13 +523,13 @@ export default {
|
|
|
align-items: center;
|
|
|
flex-shrink: 0;
|
|
|
padding-top: 16px;
|
|
|
- ::v-deep .el-form-item { display: flex; flex: 0 0 auto; align-items: center; margin-right: 18px; margin-bottom: 14px; white-space: nowrap; }
|
|
|
+ ::v-deep .el-form-item { display: flex; flex: 0 0 auto; align-items: center; margin-right: 28px !important; margin-bottom: 14px; white-space: nowrap; }
|
|
|
::v-deep .el-form-item__label { float: none; width: auto !important; padding: 0 8px 0 0; color: #303133; font-weight: 500; line-height: 32px; }
|
|
|
::v-deep .el-form-item__content { display: flex; align-items: center; margin-left: 0 !important; line-height: 32px; }
|
|
|
::v-deep .el-input { width: 180px; }
|
|
|
- ::v-deep .el-select { width: 150px; }
|
|
|
+ ::v-deep .el-select { width: 180px; }
|
|
|
::v-deep .el-date-editor--daterange.el-input__inner { width: 320px; }
|
|
|
- .search-actions { margin-right: 0; }
|
|
|
+ .search-actions { margin-right: 0 !important; }
|
|
|
}
|
|
|
|
|
|
.operation-toolbar {
|