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