This commit is contained in:
zhangzhiqiang
2023-01-18 14:59:04 +08:00
parent e8a4db66e0
commit 32774aaeb4
10 changed files with 25 additions and 28 deletions

View File

@@ -67,7 +67,7 @@
<script>
import crudDept from '@/api/system/dept'
import crudDept from '@/views/system/dept/dept'
import CRUD, { header, presenter } from '@crud/crud'
import rrOperation from '@crud/RR.operation'
import pagination from '@crud/Pagination'
@@ -174,8 +174,8 @@ export default {
}
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
::v-deep .el-dialog__body {
padding-top: 0px;
}
::v-deep .el-dialog__body {
padding-top: 0px;
}
</style>