提交 b3faa6cc 编写于 作者: KK's avatar KK

选择视图底部按钮统一样式

上级 459b0ed0
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
margin-bottom: 10px; margin-bottom: 10px;
.pick-btn{ .pick-btn{
width: 45%; width: 45%;
--border-radius: 10px;
} }
} }
} }
......
...@@ -12,9 +12,14 @@ ...@@ -12,9 +12,14 @@
width: 40%; width: 40%;
} }
.mobpickupview_button{ .mobpickupview_button{
width: 90%;
margin:0 auto;
display: flex;
justify-content: space-between;
margin-bottom: 10px;
ion-button{ ion-button{
width: 48%; width: 45%;
--border-radius: 0; --border-radius: 10px;
} }
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册