liwei
e 8 months ago
parent 98d8c55843
commit 696646ebb7

@ -96,10 +96,8 @@ export default {
height: calc(100% - 70px); height: calc(100% - 70px);
.personType { .personType {
display: flex; display: inline-block;
justify-content: center; padding: 4px 12px;
align-items: center;
height: 30px;
word-break: keep-all; word-break: keep-all;
} }
.pType1 { .pType1 {

@ -146,6 +146,9 @@ export default {
slot: "gwSlot", slot: "gwSlot",
prop: "jobCategory", prop: "jobCategory",
label: "岗位类别", label: "岗位类别",
attrs: {
width: 160,
},
}, },
{ {
prop: "qualificationCertificate", prop: "qualificationCertificate",

@ -34,6 +34,6 @@ module.exports = {
}, },
}, },
devServer: { devServer: {
port: "2911", port: "2912",
}, },
}; };

Loading…
Cancel
Save