提交 f385c172 编写于 作者: 芊里

除settings外的页面样式报错修改

上级 c5b8e03d
......@@ -28,7 +28,9 @@
<style>
.content{
width: 750rpx;
/* #ifndef APP-NVUE */
display: flex;
/* #endif */
flex-direction: column;
/* align-items: center; */
flex: 1;
......
......@@ -325,12 +325,12 @@
</script>
<style>
/* #ifndef APP-NVUE */
page {
/* #ifndef APP-NVUE */
height: 100%;
/* #endif */
flex: 1;
}
/* #endif */
</style>
<style lang="scss" scoped>
......@@ -340,7 +340,6 @@
background-color: #fff;
}
.container {
padding-top: var(--status-bar-height);
/* #ifndef APP-NVUE */
height: 100%;
/* #endif */
......
......@@ -77,7 +77,9 @@
<style>
.content{
width: 750rpx;
/* #ifndef APP-NVUE */
display: flex;
/* #endif */
flex-direction: column;
/* align-items: center; */
flex: 1;
......@@ -85,7 +87,9 @@
.avatar-box{
width: 700rpx;
height: 200rpx;
/* #ifndef APP-NVUE */
display: flex;
/* #endif */
justify-content: center;
align-items: center;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册