优化页面

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" />
<!-- 移动 -->
<dept-move :ref="setRefs('deptMove')" />
<el-row>
<!-- 移动 -->
<dept-move :ref="setRefs('deptMove')" />
</el-row>
</cl-crud>
</template>
</cl-view-group>

View File

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