mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-07-07 15:21:23 +08:00
adjust ui for ul in alert
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<el-alert type="info" :closable="false" mb20px line-height-1.25em>
|
||||
<ul pl16px>
|
||||
<ul pl16px m0>
|
||||
<li>
|
||||
请确保当前服务商提供的模型支持<a
|
||||
:style="{
|
||||
@@ -395,7 +395,7 @@ watch(
|
||||
if (nVal <= 1) {
|
||||
electron.ipcRenderer.send('update-window-size', {
|
||||
width: window.innerWidth,
|
||||
height: 500
|
||||
height: 510
|
||||
})
|
||||
} else {
|
||||
electron.ipcRenderer.send('update-window-size', {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<span>简历编辑器</span>
|
||||
</div>
|
||||
<el-alert type="info" :closable="false" mb20px line-height-1.25em>
|
||||
<ul pl16px>
|
||||
<ul pl16px m0>
|
||||
<li>
|
||||
此简历将作为提示词的一部分提交给语言大模型,仅在匹配职位、生成已读不回提醒消息时使用;大部分信息非必填,但在不填写的情况下,可能会匹配到不准确的职位或生成预料之外的已读不回提醒消息
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user