liwei
e 8 months ago
parent 98d8c55843
commit 696646ebb7

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

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

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

Loading…
Cancel
Save