Commit 52105c98 authored by wuyongsheng's avatar wuyongsheng

feat: 走查修改

parent 3dac4b99
......@@ -54,6 +54,7 @@ const theme = createTheme({
"&.MuiButton-outlinedError": {
color: "rgba(255, 78, 78, 1)",
border: "1px solid rgba(255, 78, 78, 1)",
"&:hover": { backgroundColor: 'transparent' },
},
"& .MuiLoadingButton-loadingIndicator": {
color: "#fff",
......
......@@ -103,7 +103,7 @@ const MyDialog: React.FunctionComponent<IDialogProps> = (props) => {
disabled={disabledConfirm}
isLoadingButton={true}
loading={loading}
style={{ ...okSx }}
style={{ marginLeft: '12px', ...okSx }}
/>
) : null}
</DialogActions>
......
......@@ -23,7 +23,7 @@
color: #565c66;
font-size: 14px;
line-height: 22px;
border-left: 3px solid #fff;
border-left: 3px solid #f7f8fa;
}
.listItem:hover {
background-color: #eef1f5;
......
......@@ -54,7 +54,7 @@ const AddFolder = (props: IAddFolderProps) => {
refresh();
});
} else {
Message.info(fileNameCheck.help || "请输入文件夹名称");
Message.error(fileNameCheck.help || "请输入文件夹名称");
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment