|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <view class="f-straight wrapper">
|
|
|
|
|
|
+ <view class="wrapper">
|
|
<uni-forms ref="form" :modelValue="formData" :rules="rules" validateTrigger="bind" label-width="90px" label-align="right">
|
|
<uni-forms ref="form" :modelValue="formData" :rules="rules" validateTrigger="bind" label-width="90px" label-align="right">
|
|
<uni-forms-item label="职位类型" name="positionId" required>
|
|
<uni-forms-item label="职位类型" name="positionId" required>
|
|
<view class="positionTemplate">
|
|
<view class="positionTemplate">
|
|
@@ -186,6 +186,7 @@ defineExpose({
|
|
})
|
|
})
|
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
+
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
.positionTemplate {
|
|
.positionTemplate {
|
|
text-align: left;
|
|
text-align: left;
|
|
@@ -195,10 +196,4 @@ defineExpose({
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
-:deep(.uni-forms-item__content) {
|
|
|
|
- width: 100% !important;
|
|
|
|
- overflow: hidden !important;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
</style>
|
|
</style>
|