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

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

上级 41f95fbf
.van-radio-group{
justify-content: flex-end;
}
\ No newline at end of file
...@@ -161,7 +161,10 @@ export default class AppMobRadio extends Vue { ...@@ -161,7 +161,10 @@ export default class AppMobRadio extends Vue {
</script> </script>
<style lang="less"> <style lang="less">
.app-mobile-radio-list-item{ .app-mobile-radio-list-item{
--inner-border-width:0; --inner-border-width:0;
} }
.van-radio-group--horizontal{
justify-content: flex-end;
}
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册