adjust ui for ul in alert

This commit is contained in:
geekgeekrun
2025-04-13 13:51:27 +08:00
parent 438bc973a2
commit 3c951407ce
2 changed files with 3 additions and 3 deletions

View File

@@ -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', {

View File

@@ -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>