update 构成表单页的种子
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<section :class="mode || $root.global.settings.container || 'container-fluid'">
|
||||
<section
|
||||
:class="{
|
||||
[mode || $root.global.settings.container || 'container-fluid']: true,
|
||||
'container-flex': flex
|
||||
}"
|
||||
>
|
||||
<slot />
|
||||
</section>
|
||||
</template>
|
||||
@@ -9,6 +14,10 @@ export default {
|
||||
mode: {
|
||||
type: String,
|
||||
},
|
||||
flex: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user