AI助手和Nova助手

This commit is contained in:
2026-05-06 15:07:44 +08:00
parent 1c91818494
commit f341408254
38 changed files with 4759 additions and 657 deletions
+57 -2
View File
@@ -163,8 +163,8 @@
// 弹出菜单
&__popup {
position: absolute;
right: 0.3rem;
top: 0.1rem;
right: 0.46rem;
top: 0.18rem;
background: $bg-white;
border: 1px solid $border-color;
border-radius: 0.1rem;
@@ -201,3 +201,58 @@
}
}
}
// ==================== 导出简历弹窗样式修正 ====================
.resume-export-dialog {
font-size: 0.14rem;
.el-dialog__title {
font-size: 16px;
font-weight: 600;
}
.el-dialog__body {
padding: 0.2rem 0.3rem 0.1rem;
}
/* 修正 radio 组件在 100px 基准下的尺寸 */
&__radio-group {
display: flex;
gap: 0.16rem;
.el-radio {
font-size: 14px;
height: auto;
line-height: normal;
.el-radio__inner {
width: 14px;
height: 14px;
}
.el-radio__label {
font-size: 14px;
padding-left: 8px;
}
}
}
.el-dialog__footer {
padding: 0.12rem 0.3rem 0.24rem;
.el-button {
font-size: 13px;
padding: 8px 20px;
border-radius: 6px;
}
.el-button--primary {
background: $btn-dark;
border-color: $btn-dark;
&:hover {
background: $btn-dark-hover;
border-color: $btn-dark-hover;
}
}
}
}