【修改】设置、邮箱模块-宽高自适应
This commit is contained in:
@@ -153,8 +153,8 @@ const exitEmail = () => {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.email-page {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
@@ -210,7 +210,7 @@ const goBack = () => {
|
||||
<style lang="scss" scoped>
|
||||
.setting {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user