Commit 27204958 authored by jiangzijing's avatar jiangzijing

bug:按钮ui改

parent a0bd3079
...@@ -602,10 +602,9 @@ const ProjectData = observer(() => { ...@@ -602,10 +602,9 @@ const ProjectData = observer(() => {
{selectIds.length > 0 && ( {selectIds.length > 0 && (
<div className={style.projectDataStickyBox}> <div className={style.projectDataStickyBox}>
<MyButton <MyButton
text={`批量删除(${selectIds.length})`} text={`批量删除 (${selectIds.length})`}
color="error" color="error"
variant="outlined" variant="outlined"
size="small"
style={{ marginRight: "12px" }} style={{ marginRight: "12px" }}
onClick={() => { onClick={() => {
setCurrentOperateFile(null); setCurrentOperateFile(null);
...@@ -614,10 +613,9 @@ const ProjectData = observer(() => { ...@@ -614,10 +613,9 @@ const ProjectData = observer(() => {
disabled={!isPass("PROJECT_DATA_DELETE", "USER")} disabled={!isPass("PROJECT_DATA_DELETE", "USER")}
/> />
<MyButton <MyButton
text={`批量移动(${selectIds.length})`} text={`批量移动 (${selectIds.length})`}
// color="neutral" // color="neutral"
variant="contained" variant="contained"
size="small"
style={{ marginRight: "24px" }} style={{ marginRight: "24px" }}
onClick={() => { onClick={() => {
setCurrentOperateFile(null); setCurrentOperateFile(null);
......
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