实现ai对话(电脑同步)

This commit is contained in:
2026-06-06 18:10:29 +08:00
parent dd4975fd2c
commit d284789240
23 changed files with 3768 additions and 1548 deletions

View File

@@ -530,6 +530,77 @@
text-decoration: none;
text-align: center;
}
/* 新建文件夹弹窗样式 */
.create-folder-name[data-v-c1a60359] {
display: flex;
width: 100%;
padding: 0.3125rem 0.625rem;
box-sizing: border-box;
align-items: center;
background-color: rgba(194, 191, 211, 0.1);
border-radius: 0.3125rem;
}
.create-folder-name uni-input[data-v-c1a60359] {
box-sizing: border-box;
width: 100%;
}
.create-folder-name.has-value[data-v-c1a60359] {
background-color: #ffffff;
border: 0.0625rem solid #aaaaff;
box-shadow: 0 0 0.46875rem #aaaaff;
}
/* 新建文件夹弹窗内部样式 */
.new-folder-name[data-v-c1a60359] {
font-size: 0.875rem;
color: #666;
margin-bottom: 0.375rem;
}
.nf-path-label[data-v-c1a60359] {
font-size: 0.8125rem;
color: #999;
margin-top: 0.75rem;
margin-bottom: 0.25rem;
}
.nf-path-display[data-v-c1a60359] {
font-size: 0.875rem;
color: #333;
padding: 0.375rem 0.625rem;
background: #f5f5f5;
border-radius: 0.3125rem;
word-break: break-all;
}
.nf-path-preview[data-v-c1a60359] {
font-size: 0.875rem;
color: #0073ff;
padding: 0.375rem 0.625rem;
background: rgba(0, 115, 255, 0.05);
border: 0.0625rem dashed rgba(0, 115, 255, 0.3);
border-radius: 0.3125rem;
word-break: break-all;
}
.option-wrapper[data-v-c1a60359] {
display: flex;
justify-content: space-between;
gap: 0.625rem;
margin-top: 1.25rem;
}
.opt-btn[data-v-c1a60359] {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
padding: 0.75rem 0;
border-radius: 0.375rem;
font-size: 0.9375rem;
}
.opt-cancel[data-v-c1a60359] {
background: #f5f5f5;
color: #666;
}
.opt-confirm[data-v-c1a60359] {
background: linear-gradient(135deg, #0073ff, #3ab0ff);
color: #fff;
}
.workspace-container[data-v-c1a60359] {
display: flex;
flex-direction: column;
@@ -628,7 +699,6 @@
box-sizing: border-box;
position: relative;
}
/* 菜单卡片 */
.menu-card[data-v-c1a60359] {
position: absolute;
@@ -666,7 +736,7 @@
.folder-grid[data-v-c1a60359] {
width: 100%;
display: grid;
grid-template-columns: repeat(3,1fr);
grid-template-columns: repeat(3, 1fr);
padding: 0.625rem;
box-sizing: border-box;
gap: 0.625rem;
@@ -678,11 +748,23 @@
justify-content: center;
align-items: center;
position: relative;
min-width: 0;
}
.folder-item.select-folder[data-v-c1a60359] {
border-radius: 0.9375rem;
background: rgba(9, 9, 9, 0.1);
}
.folder-item .folder-name[data-v-c1a60359] {
max-width: 4.6875rem;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
text-align: center;
line-height: 1.25rem;
min-width: 0;
}
.folder-item-style[data-v-c1a60359] {
font-size: 5rem !important;
font-weight: 0.3125rem !important;