chore(Form): fix demo border
This commit is contained in:
@@ -19,3 +19,14 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
.demo-form {
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
|
||||
.van-hairline--bottom::after {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user