部分优化

This commit is contained in:
2026-07-07 18:02:55 +08:00
parent b8af01cc69
commit bf5203b081
48 changed files with 3228 additions and 1755 deletions

View File

@@ -536,12 +536,15 @@
flex-direction: column;
width: 100%;
height: 100vh;
background-color: #f5f6fa;
background: linear-gradient(180deg, #f0f2ff 0%, #f5f4f9 40%, #faf9fe 100%);
}
.cloud-db-header[data-v-51006ffb] {
flex-shrink: 0;
background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding-bottom: 0;
border-bottom: 0.03125rem solid rgba(170, 170, 255, 0.1);
}
.custom-navbar[data-v-51006ffb] {
display: flex;
@@ -574,18 +577,18 @@
}
.navbar-before-title[data-v-51006ffb] {
font-size: 0.8125rem;
color: #3b86ff;
color: #6c63ff;
margin-left: 0.25rem;
}
.navbar-right-text[data-v-51006ffb] {
font-size: 0.875rem;
color: #3b86ff;
color: #6c63ff;
font-weight: 500;
}
/* 菜单 */
.menu-open[data-v-51006ffb] {
color: #3b86ff;
color: #6c63ff;
}
.menu-card[data-v-51006ffb] {
position: absolute;
@@ -633,7 +636,7 @@
transition: color 0.3s;
}
.category-tab.active[data-v-51006ffb] {
color: #3b86ff;
color: #6c63ff;
font-weight: 600;
}
.category-tab.active[data-v-51006ffb]::after {
@@ -644,7 +647,7 @@
transform: translateX(-50%);
width: 1.5rem;
height: 0.1875rem;
background: #3b86ff;
background: linear-gradient(90deg, #6c63ff, #aaaaff);
border-radius: 0.09375rem;
}
@@ -680,7 +683,7 @@
}
.section-title .iconfont[data-v-51006ffb] {
font-size: 1.125rem;
color: #3b86ff;
color: #6c63ff;
}
.section-actions[data-v-51006ffb] {
display: flex;
@@ -692,11 +695,15 @@
align-items: center;
gap: 0.1875rem;
padding: 0.3125rem 0.625rem;
background: rgba(59, 134, 255, 0.08);
color: #3b86ff;
border-radius: 0.9375rem;
background: rgba(108, 99, 255, 0.06);
color: #6c63ff;
border-radius: 0.625rem;
font-size: 0.75rem;
font-weight: 500;
transition: all 0.15s ease;
}
.action-btn[data-v-51006ffb]:active {
background: rgba(108, 99, 255, 0.12);
}
.section-divider[data-v-51006ffb] {
height: 0.0625rem;
@@ -738,8 +745,8 @@
box-sizing: border-box;
}
.file-item[data-v-51006ffb]:active {
border-color: #3b86ff;
background: rgba(59, 134, 255, 0.04);
border-color: #6c63ff;
background: rgba(108, 99, 255, 0.04);
}
.file-icon[data-v-51006ffb] {
width: 2.5rem;
@@ -758,11 +765,11 @@
color: #ffa500;
}
.file-icon.is-file[data-v-51006ffb] {
background: rgba(59, 134, 255, 0.1);
background: rgba(108, 99, 255, 0.1);
}
.file-icon.is-file .iconfont[data-v-51006ffb] {
font-size: 1.375rem;
color: #3b86ff;
color: #6c63ff;
}
.file-name[data-v-51006ffb] {
font-size: 0.75rem;
@@ -807,8 +814,8 @@
transition: all 0.2s;
}
.table-item[data-v-51006ffb]:active {
border-color: #3b86ff;
background: rgba(59, 134, 255, 0.03);
border-color: #6c63ff;
background: rgba(108, 99, 255, 0.03);
}
.table-icon[data-v-51006ffb] {
width: 2rem;
@@ -816,7 +823,7 @@
display: flex;
align-items: center;
justify-content: center;
background: rgba(59, 134, 255, 0.08);
background: rgba(108, 99, 255, 0.08);
border-radius: 0.4375rem;
margin-right: 0.625rem;
flex-shrink: 0;
@@ -875,7 +882,7 @@
}
.team-chip.active[data-v-51006ffb] {
color: #fff;
background: #3b86ff;
background: #6c63ff;
font-weight: 500;
}
.team-info[data-v-51006ffb] {
@@ -887,8 +894,8 @@
}
.team-type-tag[data-v-51006ffb] {
font-size: 0.6875rem;
color: #3b86ff;
background: rgba(59, 134, 255, 0.1);
color: #6c63ff;
background: rgba(108, 99, 255, 0.1);
padding: 0.1875rem 0.5rem;
border-radius: 0.25rem;
font-weight: 500;
@@ -968,7 +975,7 @@
background: #f9fafb;
}
.create-folder-name uni-input[data-v-51006ffb]:focus {
border-color: #3b86ff;
border-color: #6c63ff;
background: #fff;
}
.nf-path-label[data-v-51006ffb] {
@@ -978,8 +985,8 @@
}
.nf-path-display[data-v-51006ffb] {
font-size: 0.75rem;
color: #3b86ff;
background: rgba(59, 134, 255, 0.06);
color: #6c63ff;
background: rgba(108, 99, 255, 0.06);
padding: 0.375rem 0.5rem;
border-radius: 0.3125rem;
margin-bottom: 0.625rem;
@@ -1002,7 +1009,7 @@
}
.opt-confirm[data-v-51006ffb] {
color: #fff;
background: #3b86ff;
background: #6c63ff;
}
/* 团队管理弹窗 */
@@ -1071,8 +1078,8 @@
background: rgba(230, 162, 60, 0.1);
}
.member-role.admin[data-v-51006ffb] {
color: #3b86ff;
background: rgba(59, 134, 255, 0.1);
color: #6c63ff;
background: rgba(108, 99, 255, 0.1);
}
.member-role.member[data-v-51006ffb] {
color: #67c23a;
@@ -1088,8 +1095,8 @@
border-radius: 0.5rem;
}
.set-admin[data-v-51006ffb] {
color: #3b86ff;
border: 0.03125rem solid #3b86ff;
color: #6c63ff;
border: 0.03125rem solid #6c63ff;
}
.demote-admin[data-v-51006ffb] {
color: #e6a23c;
@@ -1119,7 +1126,7 @@
background: #f9fafb;
}
.invite-btn[data-v-51006ffb] {
background: #3b86ff;
background: #6c63ff;
color: #fff;
font-size: 0.75rem;
padding: 0.4375rem 1rem;
@@ -1142,7 +1149,7 @@
border-bottom: none;
}
.search-result-item[data-v-51006ffb]:active {
background: rgba(59, 134, 255, 0.05);
background: rgba(108, 99, 255, 0.05);
}
.result-avatar[data-v-51006ffb] {
width: 2rem;
@@ -1155,7 +1162,7 @@
width: 2rem;
height: 2rem;
border-radius: 50%;
background: linear-gradient(135deg, #3b86ff, #6db3ff);
background: linear-gradient(135deg, #6c63ff, #6db3ff);
display: flex;
align-items: center;
justify-content: center;
@@ -1184,9 +1191,9 @@
.result-add-btn[data-v-51006ffb] {
flex-shrink: 0;
font-size: 0.75rem;
color: #3b86ff;
color: #6c63ff;
padding: 0.3125rem 0.75rem;
border: 0.03125rem solid #3b86ff;
border: 0.03125rem solid #6c63ff;
border-radius: 0.625rem;
}
.search-empty[data-v-51006ffb] {
@@ -1240,13 +1247,13 @@
text-align: center;
padding: 0.5625rem;
font-size: 0.8125rem;
color: #3b86ff;
background: rgba(59, 134, 255, 0.06);
color: #6c63ff;
background: rgba(108, 99, 255, 0.06);
border-radius: 0.4375rem;
border: 0.03125rem solid rgba(59, 134, 255, 0.2);
border: 0.03125rem solid rgba(108, 99, 255, 0.2);
}
.edit-team-btn[data-v-51006ffb]:active {
background: rgba(59, 134, 255, 0.12);
background: rgba(108, 99, 255, 0.12);
}
.edit-team-form[data-v-51006ffb] {
margin-bottom: 0.3125rem;
@@ -1290,7 +1297,7 @@
width: 1.75rem;
height: 1.75rem;
border: 0.125rem solid #e8e8e8;
border-top-color: #3b86ff;
border-top-color: #6c63ff;
border-radius: 50%;
animation: spin-51006ffb 0.8s linear infinite;
}
@@ -1315,9 +1322,9 @@ to {
vertical-align: middle;
}
.db-tag.tag-personal[data-v-51006ffb] {
color: #3b86ff;
background: rgba(59, 134, 255, 0.08);
border: 0.03125rem solid rgba(59, 134, 255, 0.2);
color: #6c63ff;
background: rgba(108, 99, 255, 0.08);
border: 0.03125rem solid rgba(108, 99, 255, 0.2);
}
.db-tag.tag-team[data-v-51006ffb] {
color: #67c23a;
@@ -1341,12 +1348,12 @@ to {
margin-bottom: 0.625rem;
}
.upload-file-area[data-v-51006ffb]:active {
border-color: #3b86ff;
background: rgba(59, 134, 255, 0.03);
border-color: #6c63ff;
background: rgba(108, 99, 255, 0.03);
}
.selected-file[data-v-51006ffb] {
font-size: 0.8125rem;
color: #3b86ff;
color: #6c63ff;
font-weight: 500;
word-break: break-all;
}