mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-26 04:02:47 +00:00
Modify: 取消地址栏目录名强制大写
This commit is contained in:
parent
bd1cb9cc99
commit
54f4e608bd
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "cloudreve-frontend",
|
||||
"version": "3.0.0",
|
||||
"version": "3.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@babel/core": "7.6.0",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ const useStyles = makeStyles(theme => ({
|
|||
},
|
||||
active: {
|
||||
border: "2px solid " + theme.palette.primary.light
|
||||
},
|
||||
button:{
|
||||
textTransform: "none",
|
||||
}
|
||||
}));
|
||||
|
||||
|
|
@ -56,7 +59,7 @@ export default function PathButton(props) {
|
|||
ref={drop}
|
||||
className={classNames({
|
||||
[classes.active]: isActive
|
||||
})}
|
||||
},classes.button)}
|
||||
component="span"
|
||||
title={props.title}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue