no message

cyl/master-0804
jscyl13849007907 4 months ago
parent 3880e41d35
commit 23aa1d2464

@ -96,11 +96,20 @@
</div>
</div>
<!-- 发布职位确认框 -->
<u-modal v-model="submitConfirm" width="90%" negativeTop="52" confirmText="发布职位" :showTitle="false" :confirmStyle="{ color: '#576b95', 'font-weight': 600 }" :cancelStyle="{ color: '#000', 'font-weight': 600 }" :showConfirmButton="false">
<u-modal v-model="submitConfirm"
width="90%"
negativeTop="52"
confirmText="发布职位"
:showTitle="false"
:confirmStyle="{ color: '#576b95', 'font-weight': 600 }"
:cancelStyle="{ color: '#000', 'font-weight': 600 }"
:showConfirmButton="false"
:negative-top="20"
>
<div class="g_fs_17 g_text_c">
<div class style="padding: 42px 24px 36px">
<div class="g_text_c g_fw_600 g_c_0">创建团队/企业</div>
<div class="g_text_l g_c_6 g_mb_16 g_mt_16 g_pl_12">团队名称/企业简称</div>
<div class="g_text_l g_c_6 g_mb_8 g_mt_24 g_pl_12">团队名称/企业简称</div>
<div class="g_fs_14 g_pl_12 g_bg_f2 g_border_d g_radius_4 g_flex_row_start flex_center">
<u-input v-model="agencyInfo.fullName" :customStyle="{ color: disabled ? '#999' : '#333', fontSize: '17px' }" :disabled="disabled" height="96" placeholder="如:上海发财劳务"></u-input>
</div>

Loading…
Cancel
Save