优化页面

This commit is contained in:
icssoa 2022-09-20 14:59:28 +08:00
parent 8ad9842954
commit 21c0f1038c
2 changed files with 5 additions and 4 deletions

View File

@ -66,8 +66,10 @@
<!-- 新增编辑 --> <!-- 新增编辑 -->
<cl-upsert ref="Upsert" /> <cl-upsert ref="Upsert" />
<!-- 移动 --> <el-row>
<dept-move :ref="setRefs('deptMove')" /> <!-- 移动 -->
<dept-move :ref="setRefs('deptMove')" />
</el-row>
</cl-crud> </cl-crud>
</template> </template>
</cl-view-group> </cl-view-group>

View File

@ -20,8 +20,7 @@ const w = ref("Wang");
<style lang="scss" scoped> <style lang="scss" scoped>
.editor { .editor {
height: 100%;
background-color: #fff; background-color: #fff;
padding: 0 10px; padding: 0 10px 10px 10px;
} }
</style> </style>