mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-02-07 00:55:34 +00:00
优化页面
This commit is contained in:
parent
8ad9842954
commit
21c0f1038c
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user