This commit is contained in:
4
App.vue
4
App.vue
@@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
/* 背景色 */
|
/* 背景色 */
|
||||||
--bg-primary: #FFFFFF;
|
--bg-primary: #FFFFFF;
|
||||||
--bg-secondary: #F2F2F7;
|
--bg-secondary: #F8F8F8;
|
||||||
--bg-tertiary: #FFFFFF;
|
--bg-tertiary: #FFFFFF;
|
||||||
--bg-grouped: #F2F2F7;
|
--bg-grouped: #F2F2F7;
|
||||||
|
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
page {
|
page {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
background: F8F8F8 !important;
|
background: var(--bg-secondary);
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -231,16 +231,15 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
page {
|
|
||||||
height: 100vh;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
height: 100vh;
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: #f5f6f7;
|
background: var(--bg-secondary);
|
||||||
max-width: 750rpx;
|
max-width: 750rpx;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user