|
@@ -18,7 +18,7 @@ import ListItemIcon from '@material-ui/core/ListItemIcon';
|
|
|
import ListItemText from '@material-ui/core/ListItemText';
|
|
import ListItemText from '@material-ui/core/ListItemText';
|
|
|
import InboxIcon from '@material-ui/icons/MoveToInbox';
|
|
import InboxIcon from '@material-ui/icons/MoveToInbox';
|
|
|
import MailIcon from '@material-ui/icons/Mail';
|
|
import MailIcon from '@material-ui/icons/Mail';
|
|
|
-import ImageList from './ImageList';
|
|
|
|
|
|
|
+import ImageList from './testIL';
|
|
|
import PhotoIcon from '@material-ui/icons/Photo';
|
|
import PhotoIcon from '@material-ui/icons/Photo';
|
|
|
import ShareIcon from '@material-ui/icons/Share';
|
|
import ShareIcon from '@material-ui/icons/Share';
|
|
|
import PhotoAlbumIcon from '@material-ui/icons/PhotoAlbum';
|
|
import PhotoAlbumIcon from '@material-ui/icons/PhotoAlbum';
|
|
@@ -141,6 +141,9 @@ export default function ButtonAppBar() {
|
|
|
div className = { classes.root } >
|
|
div className = { classes.root } >
|
|
|
<
|
|
<
|
|
|
AppBar position = "fixed"
|
|
AppBar position = "fixed"
|
|
|
|
|
+ style = {
|
|
|
|
|
+ { background: '#2196f3' }
|
|
|
|
|
+ }
|
|
|
className = {
|
|
className = {
|
|
|
clsx(classes.appBar, {
|
|
clsx(classes.appBar, {
|
|
|
[classes.appBarShift]: open,
|
|
[classes.appBarShift]: open,
|
|
@@ -169,9 +172,6 @@ export default function ButtonAppBar() {
|
|
|
startIcon = { < CloudUploadIcon / > } >
|
|
startIcon = { < CloudUploadIcon / > } >
|
|
|
Upload <
|
|
Upload <
|
|
|
/Button><IconButton style={{ color: '#ffffff' }} aria-label="delete"> <
|
|
/Button><IconButton style={{ color: '#ffffff' }} aria-label="delete"> <
|
|
|
- CloudUploadIcon / >
|
|
|
|
|
- <
|
|
|
|
|
- /IconButton> <IconButton style={{ color: '#ffffff' }} aria-label="delete"> <
|
|
|
|
|
HelpOutlineIcon / >
|
|
HelpOutlineIcon / >
|
|
|
<
|
|
<
|
|
|
/IconButton> <IconButton style={{ color: '#ffffff' }} aria-label="delete"> <
|
|
/IconButton> <IconButton style={{ color: '#ffffff' }} aria-label="delete"> <
|