部分优化
This commit is contained in:
@@ -537,45 +537,49 @@
|
||||
padding: 0.3125rem 0.625rem;
|
||||
box-sizing: border-box;
|
||||
align-items: center;
|
||||
background-color: rgba(194, 191, 211, 0.1);
|
||||
border-radius: 0.3125rem;
|
||||
background: rgba(108, 99, 255, 0.06);
|
||||
border-radius: 0.4375rem;
|
||||
border: 0.0625rem solid transparent;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
.create-folder-name uni-input[data-v-c1a60359] {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
font-size: 0.875rem;
|
||||
color: #333;
|
||||
}
|
||||
.create-folder-name.has-value[data-v-c1a60359] {
|
||||
background-color: #ffffff;
|
||||
border: 0.0625rem solid #aaaaff;
|
||||
box-shadow: 0 0 0.46875rem #aaaaff;
|
||||
border-color: #6c63ff;
|
||||
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
|
||||
}
|
||||
/* 新建文件夹弹窗内部样式 */
|
||||
.new-folder-name[data-v-c1a60359] {
|
||||
font-size: 0.875rem;
|
||||
color: #666;
|
||||
color: #555;
|
||||
margin-bottom: 0.375rem;
|
||||
}
|
||||
.nf-path-label[data-v-c1a60359] {
|
||||
font-size: 0.8125rem;
|
||||
font-size: 0.75rem;
|
||||
color: #999;
|
||||
margin-top: 0.75rem;
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
.nf-path-display[data-v-c1a60359] {
|
||||
font-size: 0.875rem;
|
||||
font-size: 0.8125rem;
|
||||
color: #333;
|
||||
padding: 0.375rem 0.625rem;
|
||||
background: #f5f5f5;
|
||||
border-radius: 0.3125rem;
|
||||
background: #f5f5f8;
|
||||
border-radius: 0.375rem;
|
||||
word-break: break-all;
|
||||
}
|
||||
.nf-path-preview[data-v-c1a60359] {
|
||||
font-size: 0.875rem;
|
||||
color: #0073ff;
|
||||
font-size: 0.8125rem;
|
||||
color: #6c63ff;
|
||||
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;
|
||||
background: rgba(108, 99, 255, 0.05);
|
||||
border: 0.0625rem dashed rgba(108, 99, 255, 0.25);
|
||||
border-radius: 0.375rem;
|
||||
word-break: break-all;
|
||||
}
|
||||
.option-wrapper[data-v-c1a60359] {
|
||||
@@ -590,24 +594,30 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 0.75rem 0;
|
||||
border-radius: 0.375rem;
|
||||
border-radius: 0.5rem;
|
||||
font-size: 0.9375rem;
|
||||
font-weight: 500;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
.opt-btn[data-v-c1a60359]:active {
|
||||
transform: scale(0.97);
|
||||
}
|
||||
.opt-cancel[data-v-c1a60359] {
|
||||
background: #f5f5f5;
|
||||
background: #f0f1f5;
|
||||
color: #666;
|
||||
}
|
||||
.opt-confirm[data-v-c1a60359] {
|
||||
background: linear-gradient(135deg, #0073ff, #3ab0ff);
|
||||
background: linear-gradient(135deg, #6c63ff, #4a45d1);
|
||||
color: #fff;
|
||||
box-shadow: 0 0.125rem 0.375rem rgba(108, 99, 255, 0.25);
|
||||
}
|
||||
.workspace-container[data-v-c1a60359] {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: rgba(140, 140, 140, 0.1);
|
||||
background: linear-gradient(180deg, #f5f4f9 0%, #faf9fe 100%);
|
||||
}
|
||||
.workspace-text[data-v-c1a60359] {
|
||||
color: #0073ff;
|
||||
color: #6c63ff;
|
||||
font-weight: bold;
|
||||
}
|
||||
.workspace-header[data-v-c1a60359] {
|
||||
@@ -616,16 +626,21 @@
|
||||
flex-shrink: 0;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 0.5rem 0;
|
||||
padding: 0.375rem 0;
|
||||
box-sizing: border-box;
|
||||
border-bottom: 0.03125rem solid #ddd;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
border-bottom: 0.03125rem solid rgba(170, 170, 255, 0.1);
|
||||
}
|
||||
.custom-navbar[data-v-c1a60359] {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0.625rem 0.3125rem;
|
||||
padding: 0.5rem 0.3125rem;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
}
|
||||
@@ -639,6 +654,9 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
font-size: 0.8125rem;
|
||||
color: #6c63ff;
|
||||
font-weight: 500;
|
||||
}
|
||||
.navbar-title[data-v-c1a60359] {
|
||||
display: flex;
|
||||
@@ -648,6 +666,9 @@
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
color: #1a1a2e;
|
||||
}
|
||||
.navbar-right[data-v-c1a60359] {
|
||||
display: flex;
|
||||
@@ -657,11 +678,11 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.navbar-right .menu-open[data-v-c1a60359] {
|
||||
color: #3ab0ff !important;
|
||||
color: #6c63ff !important;
|
||||
font-size: 1.25rem !important;
|
||||
}
|
||||
.custom-navbar-icon[data-v-c1a60359] {
|
||||
color: #0073ff !important;
|
||||
color: #6c63ff !important;
|
||||
font-size: 1.25rem !important;
|
||||
}
|
||||
.search-file-warpper[data-v-c1a60359] {
|
||||
@@ -673,23 +694,34 @@
|
||||
display: flex;
|
||||
flex: 1;
|
||||
align-items: center;
|
||||
background: rgba(255, 255, 255, 1);
|
||||
padding: 0.5rem;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
padding: 0.4375rem 0.75rem;
|
||||
box-sizing: border-box;
|
||||
border-radius: 0.9375rem;
|
||||
border-radius: 0.875rem;
|
||||
border: 0.0625rem solid #e8e7f5;
|
||||
transition: all 0.25s ease;
|
||||
}
|
||||
.search-file[data-v-c1a60359]:focus-within {
|
||||
border-color: #6c63ff;
|
||||
box-shadow: 0 0 0 0.125rem rgba(108, 99, 255, 0.06);
|
||||
}
|
||||
.icon-sousuo[data-v-c1a60359] {
|
||||
font-weight: bold;
|
||||
color: #999;
|
||||
}
|
||||
.search-file-input[data-v-c1a60359] {
|
||||
margin-left: 0.625rem;
|
||||
margin-left: 0.5rem;
|
||||
font-size: 0.8125rem;
|
||||
color: #333;
|
||||
}
|
||||
.cancel-search[data-v-c1a60359] {
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
padding: 0 0 0 0.625rem;
|
||||
box-sizing: border-box;
|
||||
color: #0073ff;
|
||||
color: #6c63ff;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
.workspace-content[data-v-c1a60359] {
|
||||
width: 100%;
|
||||
@@ -704,19 +736,28 @@
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
right: 0.625rem;
|
||||
width: 9.375rem;
|
||||
width: 8.75rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: #fff;
|
||||
border-radius: 0.9375rem;
|
||||
z-index: 1;
|
||||
border-radius: 0.75rem;
|
||||
z-index: 999;
|
||||
box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
|
||||
padding: 0.25rem 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.menu-card-item[data-v-c1a60359] {
|
||||
width: 100%;
|
||||
padding: 0.625rem;
|
||||
padding: 0.6875rem 0.875rem;
|
||||
box-sizing: border-box;
|
||||
font-size: 0.875rem;
|
||||
color: #333;
|
||||
transition: all 0.15s ease;
|
||||
}
|
||||
.menu-card-item[data-v-c1a60359]:active {
|
||||
background: rgba(108, 99, 255, 0.06);
|
||||
}
|
||||
.folder-null[data-v-c1a60359] {
|
||||
width: 100%;
|
||||
@@ -728,16 +769,18 @@
|
||||
left: 50%;
|
||||
top: 30%;
|
||||
transform: translateX(-50%);
|
||||
font-size: 1rem;
|
||||
font-size: 0.9375rem;
|
||||
color: #bbb;
|
||||
}
|
||||
.folder-null .iconfont[data-v-c1a60359] {
|
||||
font-size: 5.625rem;
|
||||
color: #ddd;
|
||||
}
|
||||
.folder-grid[data-v-c1a60359] {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
padding: 0.625rem;
|
||||
padding: 0.75rem;
|
||||
box-sizing: border-box;
|
||||
gap: 0.625rem;
|
||||
align-items: start;
|
||||
@@ -749,58 +792,75 @@
|
||||
align-items: center;
|
||||
position: relative;
|
||||
min-width: 0;
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
border-radius: 0.75rem;
|
||||
padding: 0.75rem 0.25rem 0.5rem;
|
||||
border: 0.0625rem solid transparent;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
.folder-item.select-folder[data-v-c1a60359] {
|
||||
border-radius: 0.9375rem;
|
||||
background: rgba(9, 9, 9, 0.1);
|
||||
border-color: rgba(108, 99, 255, 0.3);
|
||||
background: rgba(108, 99, 255, 0.04);
|
||||
}
|
||||
.folder-item[data-v-c1a60359]:active {
|
||||
transform: scale(0.96);
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
}
|
||||
.folder-item .folder-name[data-v-c1a60359] {
|
||||
max-width: 4.6875rem;
|
||||
max-width: 5rem;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
line-height: 1.25rem;
|
||||
line-height: 1.375rem;
|
||||
min-width: 0;
|
||||
font-size: 0.8125rem;
|
||||
color: #444;
|
||||
}
|
||||
.folder-item-style[data-v-c1a60359] {
|
||||
font-size: 5rem !important;
|
||||
font-weight: 0.3125rem !important;
|
||||
color: #3ab0ff !important;
|
||||
font-size: 3.4375rem !important;
|
||||
color: #6c63ff !important;
|
||||
}
|
||||
.folder-checkbox[data-v-c1a60359] {
|
||||
width: 1.5625rem;
|
||||
height: 1.5625rem;
|
||||
border: 0.1875rem solid #fff;
|
||||
width: 1.375rem;
|
||||
height: 1.375rem;
|
||||
border: 0.09375rem solid #fff;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0.0625rem 0.09375rem #333;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.12);
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 30%;
|
||||
top: 25%;
|
||||
transform: translate(-50%);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
.folder-checkbox.select-folder[data-v-c1a60359] {
|
||||
background-color: #0073ff;
|
||||
background: linear-gradient(135deg, #6c63ff, #4a45d1);
|
||||
border-color: #6c63ff;
|
||||
}
|
||||
.workspace-footer[data-v-c1a60359] {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
justify-content: space-between;
|
||||
padding: 0.9375rem;
|
||||
padding: 0.75rem 0.9375rem;
|
||||
box-sizing: border-box;
|
||||
color: #999999;
|
||||
background: #eeeeee;
|
||||
color: #888;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
backdrop-filter: blur(10px);
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
border-top: 0.03125rem solid rgba(170, 170, 255, 0.1);
|
||||
font-size: 0.8125rem;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
.workspace-footer.folder-actions[data-v-c1a60359] {
|
||||
color: #0073ff;
|
||||
color: #6c63ff;
|
||||
font-weight: 500;
|
||||
}
|
||||
.workspace-footer .iconfont[data-v-c1a60359] {
|
||||
font-size: 1.25rem !important;
|
||||
|
||||
Reference in New Issue
Block a user