king
2022-12-29 836722dd114fa35967a5e96be96ba4503ebf8e1d
src/tabviews/custom/components/module/account/index.scss
@@ -5,10 +5,23 @@
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  overflow-y: auto;
  color: #000000;
  .ant-select {
    min-width: 250px;
    max-width: 300px;
    color: #000000;
  }
  .date {
    margin-left: 15px;
  }
}
.mk-add-book {
  padding: 4px 8px 10px;
  cursor: pointer;
  text-align: center;
  color: var(--mk-sys-color);
}