Browse Source

页面滚动效果修改

pull/53/head
zq 2 weeks ago
parent
commit
28e9bc13c3
  1. 3
      src/views/SiteSetting.vue

3
src/views/SiteSetting.vue

@ -52,7 +52,8 @@ export default {
<style scoped lang="scss">
.siteSetting-wrap {
display: flex;
height: 100%;
height: calc(100vh - 62px);
overflow-y: auto;
}
// .sidebar {

Loading…
Cancel
Save