You need to sign in or sign up before continuing.
提交 309a8360 编写于 作者: Anne_LXM's avatar Anne_LXM

兼容鸿蒙端样式问题

上级 e444bb1a
...@@ -89,6 +89,9 @@ ...@@ -89,6 +89,9 @@
} }
.my-input { .my-input {
/* #ifdef APP-HARMONY */
width:390px;
/* #endif */
background-color: #FFF!important; background-color: #FFF!important;
} }
...@@ -104,6 +107,10 @@ ...@@ -104,6 +107,10 @@
font-size: 14px; font-size: 14px;
border-radius: 5px; border-radius: 5px;
margin-right: 15px; margin-right: 15px;
/* #ifdef APP-HARMONY */
width: 40px;
margin-right: 24px;
/* #endif */
background-color: #0070ff !important; background-color: #0070ff !important;
color: #FFF!important; color: #FFF!important;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册