Revert "update 构成表单页的种子"

This reverts commit c74448b1fc.
This commit is contained in:
2021-05-12 23:20:00 +08:00
parent c74448b1fc
commit 43a3184bba
32 changed files with 980 additions and 1475 deletions

View File

@@ -1,10 +1,5 @@
<template>
<section
:class="{
[mode || $root.global.settings.container || 'container-fluid']: true,
'container-flex': flex
}"
>
<section :class="mode || $root.global.settings.container || 'container-fluid'">
<slot />
</section>
</template>
@@ -14,10 +9,6 @@ export default {
mode: {
type: String,
},
flex: {
type: Boolean,
default: false,
},
},
};
</script>