mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-09 01:17:06 +08:00
enhance ui appearance of auto start chat config
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div
|
||||||
|
:style="{
|
||||||
|
display: 'flex',
|
||||||
|
flexDirection: 'column'
|
||||||
|
}"
|
||||||
|
>
|
||||||
<div class="form-wrap geek-auto-start-run-with-boss">
|
<div class="form-wrap geek-auto-start-run-with-boss">
|
||||||
<el-form ref="formRef" :model="formContent" label-position="top" :rules="formRules">
|
<el-form ref="formRef" :model="formContent" label-position="top" :rules="formRules">
|
||||||
<el-card class="config-section">
|
<el-card class="config-section">
|
||||||
@@ -41,7 +47,8 @@
|
|||||||
<img block h-270px src="../resources/intro-of-job-entry.png" />
|
<img block h-270px src="../resources/intro-of-job-entry.png" />
|
||||||
</template>
|
</template>
|
||||||
<el-button type="text" font-size-12px
|
<el-button type="text" font-size-12px
|
||||||
><span><QuestionFilled w-1em h-1em mr2px /></span>期望公司信息位置图示</el-button
|
><span><QuestionFilled w-1em h-1em mr2px /></span
|
||||||
|
>期望公司信息位置图示</el-button
|
||||||
>
|
>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
@@ -360,7 +367,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
<el-button type="text" font-size-12px
|
<el-button type="text" font-size-12px
|
||||||
><span><QuestionFilled w-1em h-1em mr2px /></span>这个配置是如何工作的?</el-button
|
><span><QuestionFilled w-1em h-1em mr2px /></span
|
||||||
|
>这个配置是如何工作的?</el-button
|
||||||
>
|
>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
@@ -377,11 +385,23 @@
|
|||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-form-item class="last-form-item mb20px mt20px">
|
</el-form>
|
||||||
|
</div>
|
||||||
|
<div class="bg-#f8f8f8 pb10px pt10px">
|
||||||
|
<div
|
||||||
|
:style="{
|
||||||
|
display: 'flex',
|
||||||
|
justifyContent: 'end',
|
||||||
|
maxWidth: '1000px',
|
||||||
|
margin: '0 auto',
|
||||||
|
paddingLeft: '20px',
|
||||||
|
paddingRight: 'calc(20px + 16px)'
|
||||||
|
}"
|
||||||
|
>
|
||||||
<el-button @click="handleSave">仅保存配置</el-button>
|
<el-button @click="handleSave">仅保存配置</el-button>
|
||||||
<el-button type="primary" @click="handleSubmit"> 保存配置,并开始求职! </el-button>
|
<el-button type="primary" @click="handleSubmit"> 保存配置,并开始求职! </el-button>
|
||||||
</el-form-item>
|
</div>
|
||||||
</el-form>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -728,9 +748,11 @@ const noActiveDefinitionMarks = computed(() => {
|
|||||||
.form-wrap {
|
.form-wrap {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding-top: 20px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
.config-section {
|
padding-bottom: 20px;
|
||||||
|
.config-section + .config-section {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
:deep(.el-form) {
|
:deep(.el-form) {
|
||||||
|
|||||||
Reference in New Issue
Block a user