yangfeng
2023-10-18 a11d38dff8d7beca6d33251557b7e370c155faf1
src/views/overview/index.vue
@@ -106,7 +106,7 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.content {
  height: calc(100% - 130px);
  height: calc(100% - 112px);
  background: #fff;
  border-radius: 12px;
  .list-view {
@@ -183,4 +183,8 @@
    }
  }
}
.btn-pager {
  margin-top: 0;
}
</style>