File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 .nav-bar-container {
9999 @extend %bg-none ;
100100 }
101+
102+ .file-manager-main {
103+ @extend %bg-none ;
104+ }
101105 }
102106
103107 // 收藏界面
Original file line number Diff line number Diff line change 11/* 文件管理界面的相关样式 */
22@use " variables" as * ;
33
4+ #app {
5+ .container :has (.file-manager-main ) {
6+
7+ // 右侧主要内容
8+ .file-manager-main {
9+ border : 0 ;
10+
11+ // 左侧联系人/群列表
12+ .main-left {
13+ .user-list-container {
14+ padding-top : unset ;
15+
16+ // 折叠列表标题(无折叠列表时直接显示好友/群列表)
17+ .q-collapse-item__header {
18+ margin-bottom : 8px ;
19+
20+ .user-list {
21+ border-radius : 8px ;
22+ }
23+ }
24+
25+ // 折叠列表内容
26+ .q-collapse-item__content {
27+ .user-list-margin.user-list {
28+ margin-bottom : 8px ;
29+ border-radius : 8px ;
30+ }
31+ }
32+ }
33+ }
34+
35+ // 右侧文件列表
36+ .file-area {
37+ .file-area-container {
38+ margin-top : unset ;
39+ }
40+ }
41+ }
42+ }
43+ }
44+
445// /* 文件管理页面 文件分类 */
546// .file-area-container-list .file-list-header-container.file-list-header,
647// /* 文件管理页面 文件列表 */
59100// .file-area .shortcut-items .shortcut-item {
60101// background: var(--msp-container);
61102// border-radius: 8px;
62- // }
103+ // }
You can’t perform that action at this time.
0 commit comments