提交 f1019f2f 编写于 作者: Neuromancer255's avatar Neuromancer255

修改单选列表编辑器样式 --fix2

上级 36001ffa
...@@ -167,4 +167,7 @@ export default class AppMobRadio extends Vue { ...@@ -167,4 +167,7 @@ export default class AppMobRadio extends Vue {
.van-radio-group--horizontal{ .van-radio-group--horizontal{
justify-content: flex-end; justify-content: flex-end;
} }
.app-mobile-radio-list-item{
margin:5px;
}
</style> </style>
\ No newline at end of file
...@@ -36,6 +36,11 @@ ...@@ -36,6 +36,11 @@
height: @nav-bar-height; height: @nav-bar-height;
line-height: @nav-bar-height; line-height: @nav-bar-height;
} }
.van-radio__icon--checked .van-icon {
color: #fff;
background-color: @theme-color;
border-color: @theme-color;
}
} }
} }
.view-header-bottom { .view-header-bottom {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册