|
|
@@ -214,7 +214,7 @@
|
|
|
<img class="imgs" src="../assets/info_icon_jiaoyijilu.png" alt="" />
|
|
|
<span>交易历史</span>
|
|
|
</template>
|
|
|
- <el-table class="elTable" :data="tableData" stripe style="width: 100%; background: #1c1e26">
|
|
|
+ <el-table :data="tableData" stripe style="width: 100%; background: #1c1e26">
|
|
|
<el-table-column prop="fromUser" label="用户" width="555"> </el-table-column>
|
|
|
<el-table-column prop="operation" label="操作" width="455"> </el-table-column>
|
|
|
<el-table-column prop="createdAt" label="时间"> </el-table-column>
|
|
|
@@ -1250,7 +1250,18 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.content {
|
|
|
+ /deep/ .el-table__row {
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
+ /deep/ .el-table td,
|
|
|
+ .el-table th.is-leaf {
|
|
|
+ border-bottom: 1px solid #2b2e3e;
|
|
|
+ }
|
|
|
+ /deep/ .el-table th.is-leaf {
|
|
|
+ border-bottom: 1px solid #2b2e3e;
|
|
|
+ }
|
|
|
.info {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -1261,6 +1272,7 @@ export default {
|
|
|
border-radius: 8px 8px 0px 0px;
|
|
|
margin-top: 30px;
|
|
|
}
|
|
|
+
|
|
|
.info1 {
|
|
|
display: flex;
|
|
|
align-items: center;
|