WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 5 files changed +16
-9
lines changed
Expand file tree Collapse file tree 5 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ export default {
229229 " lang" : lang,
230230 " user" : await this .getUserData (),
231231 " customization" : {
232- " uiTheme" : this .themeName === ' dark' ? " theme-dark " : " theme-classic-light " ,
232+ " uiTheme" : this .themeName === ' dark' ? " theme-night " : " theme-white " ,
233233 " forcesave" : true ,
234234 " help" : false ,
235235 },
Original file line number Diff line number Diff line change 4040 <span >{{$L('全部文件')}}</span >
4141 </li >
4242 <li v-if =" searchKey" >{{$L('搜索')}} "{{searchKey}}"</li >
43- <li v-else v-for =" item in navigator" :ref =" `nav_${item.id}`" @click =" browseFolder(item.id)" >
44- <i v-if =" item.share" class =" taskfont" > ; </i >
45- <span :title =" item.name" >{{item.name}}</span >
46- <span v-if =" item.share && item.permission == 0" class =" readonly" >{{$L('只读')}}</span >
47- </li >
43+ <template v-else >
44+ <li v-for =" item in navigator" :ref =" `nav_${item.id}`" @click =" browseFolder(item.id)" >
45+ <i v-if =" item.share" class =" taskfont" > ; </i >
46+ <span :title =" item.name" >{{item.name}}</span >
47+ <span v-if =" item.share && item.permission == 0" class =" readonly" >{{$L('只读')}}</span >
48+ </li >
49+ </template >
4850 </ul >
4951 <template v-if =" shearFirst " >
5052 <Button :disabled =" shearFirst.pid == pid" size =" small" type =" primary" @click =" shearTo" :style =" {marginLeft: showBtnText ? '12px' : 0}" >
Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ body {
5151 --close-right : 0px ;
5252 --close-color : #ffffff ;
5353 --border-radius : 16px 16px 0 0 ;
54+
55+ .file-content ,
56+ .file-preview {
57+ border-radius : 0 ;
58+ }
5459 }
5560
5661 & .approve-drawer {
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ body {
490490
491491 .ivu-drawer-right {
492492 .ivu-drawer-content {
493- border-radius : 18 px 0 0 18 px ;
493+ border-radius : 16 px 0 0 16 px ;
494494
495495 .ivu-drawer-header {
496496 padding-top : 16px ;
@@ -513,7 +513,7 @@ body {
513513
514514 .ivu-drawer-bottom {
515515 .ivu-drawer-content {
516- border-radius : 18 px 18 px 0 0 ;
516+ border-radius : 16 px 16 px 0 0 ;
517517
518518 .ivu-drawer-close {
519519 top : -40px ;
Original file line number Diff line number Diff line change 88 z-index : 1 ;
99 display : flex ;
1010 flex-direction : column ;
11- border-radius : 18 px 18 px 0 0 ;
11+ border-radius : 16 px 16 px 0 0 ;
1212 overflow : hidden ;
1313 transform : translateZ (0 );
1414
You can’t perform that action at this time.
0 commit comments