调整页面样式
This commit is contained in:
@@ -128,9 +128,11 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
page {
|
||||
.content {
|
||||
background-color: $window-color;
|
||||
padding-bottom: $padding;
|
||||
min-height: 100vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* 图片 */
|
||||
|
||||
@@ -89,10 +89,10 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
padding-top: calc(var(--status-bar-height) + 180rpx);
|
||||
overflow: hidden;
|
||||
.content {
|
||||
background-color: $window-color;
|
||||
min-height: 100vh;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.status {
|
||||
|
||||
Reference in New Issue
Block a user