提交 04b9ed04 编写于 作者: H hulinneil

解决自定义导航栏uni-navbar-container-title标题不居中的问题;解决自定义导航栏示例input内容未居中的问题

上级 fea9d851
......@@ -187,13 +187,16 @@
display:inline-flex;
flex-wrap:nowrap;
flex-shrink:0;
width: 120upx;
padding:0 12upx;
}
.uni-navbar-header .uni-navbar-header-btns:first-child{
padding-left:0;
}
.uni-navbar-header .uni-navbar-header-btns:last-child{
width: 60upx;
}
.uni-navbar-container{
width:100%;
margin:0 10upx;
......@@ -201,5 +204,6 @@
.uni-navbar-container-title{
font-size:30upx;
text-align:center;
padding-right: 60upx;
}
</style>
......@@ -132,9 +132,9 @@
}
.input-view .input {
height:20px;
line-height:20px;
height:30px;
line-height:30px;
width:94%;
padding: 5px 3%;
padding: 0 3%;
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册