|
@@ -2,6 +2,17 @@
|
|
|
<div class="bank-report">
|
|
|
<Header></Header>
|
|
|
<section class="section">
|
|
|
+ <!-- <div class="re_back">
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ plain
|
|
|
+ round
|
|
|
+ size="mini"
|
|
|
+ class="back-btn"
|
|
|
+ @click="$router.back(-1)"
|
|
|
+ >返回</el-button
|
|
|
+ >
|
|
|
+ </div> -->
|
|
|
<div class="container">
|
|
|
<div
|
|
|
class="section__header section__header--warm"
|
|
@@ -430,6 +441,13 @@ export default {
|
|
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
|
|
<style scoped lang="scss">
|
|
|
.bank-report {
|
|
|
+ .re_back {
|
|
|
+ text-align: right;
|
|
|
+ margin: 10px 0px;
|
|
|
+ .back-btn {
|
|
|
+ width: 100px;
|
|
|
+ }
|
|
|
+ }
|
|
|
.section {
|
|
|
&__header {
|
|
|
height: 120px;
|