added multicolumn support

This commit is contained in:
2023-02-20 16:23:46 +10:00
parent 3de48f002c
commit 9337ee292c
2 changed files with 41 additions and 28 deletions

View File

@@ -33,4 +33,10 @@ const handleSubmit = function () {
provide("form", props.modelValue);
</script>
<style lang="scss"></style>
<style lang="scss">
.sm-form-columns {
.sm-input-group {
margin-bottom: 0;
}
}
</style>