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