Просмотр исходного кода

fixed some small design bugs

FE_dev
Dzenis Hadzifejzovic 2 лет назад
Родитель
Сommit
353e95e296
2 измененных файлов: 7 добавлений и 2 удалений
  1. 6
    1
      src/components/Files/TreeViewFiles.js
  2. 1
    1
      src/pages/FilesPage/AddFile.js

+ 6
- 1
src/components/Files/TreeViewFiles.js Просмотреть файл

aria-label="rich object" aria-label="rich object"
defaultCollapseIcon={<ExpandMoreIcon />} defaultCollapseIcon={<ExpandMoreIcon />}
defaultExpandIcon={<ChevronRightIcon />} defaultExpandIcon={<ChevronRightIcon />}
sx={{ flexGrow: 1, overflowY: "auto" }}
sx={{
flexGrow: 1,
overflowY: "auto",
zIndex: 100000,
position: "relative",
}}
> >
{renderTree(category)} {renderTree(category)}
</TreeView> </TreeView>

+ 1
- 1
src/pages/FilesPage/AddFile.js Просмотреть файл

<img src={uploadIcon} /> <img src={uploadIcon} />
<div className="uploadCV-input-sub-container"> <div className="uploadCV-input-sub-container">
{pdfFile !== null ? ( {pdfFile !== null ? (
<p>{pdfFile.name}</p>
<p style={{ maxWidth: "80%" }}>{pdfFile.name}</p>
) : ( ) : (
<> <>
<p> <p>

Загрузка…
Отмена
Сохранить