Skip to content

Commit

Permalink
update the background
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinleoapple2460 committed Jun 9, 2024
1 parent 804156e commit 5e68b2d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion memo-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ onUnmounted(() => {
</script>

<template>
<div ref="boxRef">
<div ref="boxRef" style="overflow: hidden">
<div>
<router-view></router-view>
</div>
Expand Down
2 changes: 1 addition & 1 deletion memo-ui/src/components/admin/Admin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ onBeforeRouteLeave(() => {

<template>
<BasicInfo ref="basicInfoRef"/>
<div :style="{height: fixedHeight ? `${height}px` : 'auto'}">
<div :style="{height: fixedHeight ? `${height}px` : 'auto', minHeight: `${height}px`}">
<VaLayout
class="layout"
:top="{fixed: true, order: 2}"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&family=Source+Sans+Pro:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Memo Oasis</title>
<script type="module" crossorigin src="/js/index-CLhYm0Dn.js"></script>
<script type="module" crossorigin src="/js/index-BeVKMEwa.js"></script>
<link rel="modulepreload" crossorigin href="/js/vendor-p2SUXGjk.js">
<link rel="stylesheet" crossorigin href="/css/vendor-COJKQtou.css">
<link rel="stylesheet" crossorigin href="/css/index-DmbP_L6Z.css">
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/static/js/index-BeVKMEwa.js

Large diffs are not rendered by default.

Binary file added src/main/resources/static/js/index-BeVKMEwa.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion src/main/resources/static/js/index-CLhYm0Dn.js

This file was deleted.

Binary file removed src/main/resources/static/js/index-CLhYm0Dn.js.gz
Binary file not shown.

0 comments on commit 5e68b2d

Please sign in to comment.