king
2019-10-16 910e22f4bccbe5e5d8951398bd53a7d6d636b852
src/tabviews/datamanage/index.scss
@@ -1,6 +1,26 @@
.datamanage {
  min-height: calc(100vh - 94px);
  padding-top: 16px;
  .hidden-table {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .tabform {
    padding: 25px 25px 120px;
    .operation {
      text-align: center;
      margin: 20px 0;
      .ant-btn {
        height: 40px;
        padding: 0 30px;
        font-size: 16px;
      }
      .ant-btn-primary {
        margin-right: 40px;
      }
    }
  }
}
.ant-back-top {
  bottom: 30px;