File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 8181 color : #808080 ;
8282 }
8383
84+ /* #endif*/
85+
86+ /* #ifdef MP-360 */
87+ ::-webkit-scrollbar {width : 4px ; height : 4px ; background-color : transparent ;}
88+ ::-webkit-scrollbar-track {background-color : transparent ;}
89+ ::-webkit-scrollbar-thumb {background-color : #ddd ;}
90+ ::-webkit-scrollbar-thumb :hover {background-color : #ccc ;}
91+ ::-webkit-scrollbar-thumb :active {background-color : #bbb ;}
92+ ::-webkit-scrollbar-corner {background : #ffffff ;}
8493 /* #endif*/
8594 </style >
Original file line number Diff line number Diff line change 11521152 ]
11531153 }
11541154 ],
1155- "globalStyle" : {
1155+ "globalStyle" : {
1156+ // #ifdef MP-360
1157+ "navigationStyle" : " custom" ,
1158+ // #endif
11561159 "pageOrientation" : " portrait" ,
11571160 "navigationBarTextStyle" : " white" ,
11581161 "navigationBarTitleText" : " Hello uniapp" ,
You can’t perform that action at this time.
0 commit comments