he wei
2023-12-23 fc842d9e22aef1946df050257be41b4bfbd838a9
src/layout/index.vue
@@ -36,9 +36,7 @@
    Sidebar,
    TagsView,
  },
  mixins: [ResizeMixin
  // , WSMixin
],
  mixins: [ResizeMixin, WSMixin],
  computed: {
    ...mapState({
      sidebar: (state) => state.app.sidebar,
@@ -119,7 +117,7 @@
    flex: 1;
    overflow-y: auto;
    margin: 0 10px;
    background: #122C43;
    background: #122c43;
  }
}
</style>