Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
4 changed files
with
2 additions
and
4 deletions
... | @@ -398,7 +398,7 @@ | ... | @@ -398,7 +398,7 @@ |
398 | display: flex; | 398 | display: flex; |
399 | position: relative; | 399 | position: relative; |
400 | font-size: 24px; | 400 | font-size: 24px; |
401 | top: -11px; | 401 | top: -8px; |
402 | width: 38%; | 402 | width: 38%; |
403 | height: 40px; | 403 | height: 40px; |
404 | margin-left: 28px; | 404 | margin-left: 28px; | ... | ... |
... | @@ -115,7 +115,7 @@ | ... | @@ -115,7 +115,7 @@ |
115 | .el-form-item__label { | 115 | .el-form-item__label { |
116 | color: #ffffff; | 116 | color: #ffffff; |
117 | } | 117 | } |
118 | ::v-deep .el-input .el-input__inner { | 118 | .el-input .el-input__inner { |
119 | padding: 0 8px; | 119 | padding: 0 8px; |
120 | height: 40px; | 120 | height: 40px; |
121 | line-height: 40px; | 121 | line-height: 40px; | ... | ... |
... | @@ -38,7 +38,6 @@ | ... | @@ -38,7 +38,6 @@ |
38 | import { getRolesById, getAuthorityListAction } from "@/api/authorityManage"; | 38 | import { getRolesById, getAuthorityListAction } from "@/api/authorityManage"; |
39 | import { getUserRoles } from "@/api/personnelManage"; | 39 | import { getUserRoles } from "@/api/personnelManage"; |
40 | import data from "./data"; | 40 | import data from "./data"; |
41 | import sjsbTask from "@/api/sjsbTask.js"; | ||
42 | import { api, getAction, deleteAction } from "@/api/manageApi"; | 41 | import { api, getAction, deleteAction } from "@/api/manageApi"; |
43 | import tableMixin from "@/mixins/tableMixin.js"; | 42 | import tableMixin from "@/mixins/tableMixin.js"; |
44 | import EditDialog from "./edit-dialog.vue"; | 43 | import EditDialog from "./edit-dialog.vue"; | ... | ... |
... | @@ -44,7 +44,6 @@ | ... | @@ -44,7 +44,6 @@ |
44 | import { api, deleteAction } from '@/api/manageApi' | 44 | import { api, deleteAction } from '@/api/manageApi' |
45 | import data from "./data"; | 45 | import data from "./data"; |
46 | import { deleteDomStr } from '@/utils/proDomStr' | 46 | import { deleteDomStr } from '@/utils/proDomStr' |
47 | import sjsbTask from "@/api/sjsbTask.js"; | ||
48 | import tableMixin from "@/mixins/tableMixin.js"; | 47 | import tableMixin from "@/mixins/tableMixin.js"; |
49 | import EditDialog from "./edit-dialog.vue"; | 48 | import EditDialog from "./edit-dialog.vue"; |
50 | export default { | 49 | export default { | ... | ... |
-
Please register or sign in to post a comment