可信代码库-AI助手查看历史记录开发

This commit is contained in:
付民康
2025-05-09 18:12:38 +08:00
parent e9a10f9bfc
commit ebc4df7e03
4 changed files with 352 additions and 2 deletions

View File

@@ -190,6 +190,12 @@
}
}
.jyh-select {
.devui-select__selection {
border: 0 !important;
}
}
.jyh-select-multiple {
}
@@ -363,3 +369,83 @@
color: black !important;
padding: 6px 6px !important;
}
.jyh-button2 {
border: 0 !important;
background: transparent !important;
color: black !important;
padding: 6px 6px !important;
}
.jyh-collapse {
.devui-collapse__item-title {
padding: 0 8px !important;
}
.devui-collapse__item-content {
padding: 0 !important;
}
.jyh-collapse-title {
display: flex;
align-items: center;
}
/* 选中状态 */
.selected-card {
border: 1px solid #C9C9C9; /* DevUI 主题色 */
//box-shadow: 0 0 0 1px #5e7ce0; /* 外发光效果 */
}
.jyh-collapse-card {
border-radius: 8px;
background: #1919190C;
cursor: pointer;
//border: 1px solid #C9C9C9;
/* 卡片整体样式 */
.card-header {
padding: 8px 8px 4px;
border-bottom: 1px solid #f0f0f0;
color: #191919;
font-family: HarmonyOS Sans SC;
font-weight: regular;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
text-align: left;
display: flex;
.card-actions {
display: flex;
gap: 4px;
margin-left: auto;
}
}
.card-header h4 {
margin: 0;
font-size: 16px;
font-weight: 500;
}
.card-content {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 8px 8px;
}
.content-left {
display: flex;
align-items: center;
color: #666;
}
.content-right {
color: #999;
}
.time-text {
font-size: 14px;
}
}
}