Commit 9dc9d46e authored by chenshouchao's avatar chenshouchao

Merge branch 'feat-20220801' of http://120.77.149.83/root/bkunyun into feat-20220801

parents 1705c930 02728765
...@@ -47,6 +47,7 @@ const theme = createTheme({ ...@@ -47,6 +47,7 @@ const theme = createTheme({
styleOverrides: { styleOverrides: {
root: { root: {
minWidth: "48px", minWidth: "48px",
boxShadow: "none !important",
"&.MuiButton-textError": { "&.MuiButton-textError": {
color: "rgba(255, 78, 78, 1)", color: "rgba(255, 78, 78, 1)",
}, },
...@@ -67,7 +68,6 @@ const theme = createTheme({ ...@@ -67,7 +68,6 @@ const theme = createTheme({
outlined: { outlined: {
backgroundColor: "#FFFFFF", backgroundColor: "#FFFFFF",
border: "1px solid #1370FF", border: "1px solid #1370FF",
boxShadow: "none !important",
color: "#1370FF", color: "#1370FF",
"&:hover": { backgroundColor: "#ECF4FF " }, "&:hover": { backgroundColor: "#ECF4FF " },
"&.MuiButton-textError": { "&.MuiButton-textError": {
...@@ -76,7 +76,6 @@ const theme = createTheme({ ...@@ -76,7 +76,6 @@ const theme = createTheme({
}, },
text: { text: {
backgroundColor: "transparent", backgroundColor: "transparent",
boxShadow: "none !important",
color: "#1370FF", color: "#1370FF",
"&:hover": { backgroundColor: "#ECF4FF " }, "&:hover": { backgroundColor: "#ECF4FF " },
}, },
...@@ -95,7 +94,6 @@ const theme = createTheme({ ...@@ -95,7 +94,6 @@ const theme = createTheme({
}, },
outlinedSecondary: { outlinedSecondary: {
border: "1px solid rgba(221, 225, 230, 1)", border: "1px solid rgba(221, 225, 230, 1)",
boxShadow: "none !important",
color: "rgba(30, 38, 51, 1)", color: "rgba(30, 38, 51, 1)",
"&:hover": { "&:hover": {
backgroundColor: "rgba(240, 242, 245, 1) ", backgroundColor: "rgba(240, 242, 245, 1) ",
...@@ -104,7 +102,6 @@ const theme = createTheme({ ...@@ -104,7 +102,6 @@ const theme = createTheme({
}, },
textSecondary: { textSecondary: {
backgroundColor: "transparent", backgroundColor: "transparent",
boxShadow: "none !important",
color: "#FF4E4E", color: "#FF4E4E",
"&:hover": { backgroundColor: "#FFEDED " }, "&:hover": { backgroundColor: "#FFEDED " },
}, },
......
...@@ -215,7 +215,7 @@ const AddTemplate = (props: IAddTemplateProps) => { ...@@ -215,7 +215,7 @@ const AddTemplate = (props: IAddTemplateProps) => {
<Typography <Typography
sx={{ fontSize: "18px", fontWeight: "600", color: "#1E2633" }} sx={{ fontSize: "18px", fontWeight: "600", color: "#1E2633" }}
> >
添加工作流模版 管理工作流模板
</Typography> </Typography>
<Box <Box
sx={{ sx={{
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com * @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-05-31 10:18:13 * @Date: 2022-05-31 10:18:13
* @LastEditors: 吴永生 15770852798@163.com * @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-08-09 16:32:42 * @LastEditTime: 2022-08-18 10:01:36
* @FilePath: /bkunyun/src/views/Project/ProjectSetting/index.tsx * @FilePath: /bkunyun/src/views/Project/ProjectSetting/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/ */
...@@ -114,7 +114,7 @@ const ProjectMembers = observer(() => { ...@@ -114,7 +114,7 @@ const ProjectMembers = observer(() => {
<SearchInput onKeyUp={handleKeyWordChangeKeyUp} sx={{ width: 340 }} /> <SearchInput onKeyUp={handleKeyWordChangeKeyUp} sx={{ width: 340 }} />
{isPass("PROJECT_WORKBENCH_FLOES_ADD", "MANAGER") && ( {isPass("PROJECT_WORKBENCH_FLOES_ADD", "MANAGER") && (
<MyButton <MyButton
text={"添加工作流模版"} text={"管理工作流模板"}
img={<Add />} img={<Add />}
onClick={addTemplateBlock} onClick={addTemplateBlock}
size={"medium"} size={"medium"}
......
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