Commit 85ed1fbc authored by chenshouchao's avatar chenshouchao

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

parents 25a8820d a6dd469e
...@@ -54,7 +54,7 @@ const theme = createTheme({ ...@@ -54,7 +54,7 @@ const theme = createTheme({
"&.MuiButton-outlinedError": { "&.MuiButton-outlinedError": {
color: "rgba(255, 78, 78, 1)", color: "rgba(255, 78, 78, 1)",
border: "1px solid rgba(255, 78, 78, 1)", border: "1px solid rgba(255, 78, 78, 1)",
"&:hover": { backgroundColor: "transparent" }, "&:hover": { backgroundColor: "#FFEDED" },
}, },
"& .MuiLoadingButton-loadingIndicator": { "& .MuiLoadingButton-loadingIndicator": {
color: "#fff", color: "#fff",
...@@ -107,6 +107,9 @@ const theme = createTheme({ ...@@ -107,6 +107,9 @@ const theme = createTheme({
border: "1px solid rgba(221, 225, 230, 1)", border: "1px solid rgba(221, 225, 230, 1)",
}, },
}, },
// outlinedError: {
// "&:hover": { backgroundColor: "#FFEDED " },
// },
textSecondary: { textSecondary: {
backgroundColor: "transparent", backgroundColor: "transparent",
color: "#FF4E4E", color: "#FF4E4E",
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
flex: 1; flex: 1;
cursor: pointer; cursor: pointer;
padding: 16px 24px; padding: 16px 24px;
} }
.topLine { .topLine {
...@@ -99,6 +100,7 @@ ...@@ -99,6 +100,7 @@
display: flex; display: flex;
position: relative; position: relative;
overflow: overlay; overflow: overlay;
padding: 16px 24px 16px 42px;
} }
.noResult { .noResult {
...@@ -111,11 +113,12 @@ ...@@ -111,11 +113,12 @@
} }
.resultBox { .resultBox {
padding: 16px 24px 16px 42px; /* padding: 16px 24px 16px 42px; */
width: 100%; width: 100%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-content: flex-start; align-content: flex-start;
box-sizing: border-box;
} }
.result { .result {
...@@ -162,4 +165,8 @@ ...@@ -162,4 +165,8 @@
display: inline-block; display: inline-block;
height: 22px; height: 22px;
line-height: 22px; line-height: 22px;
width: calc(100% - 30px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} }
.reactFlowBox>div:last-child { .reactFlowBox > div:last-child {
display: none; display: none;
} }
\ No newline at end of file .reactFlowBox > div:first-child {
margin-top: 32px;
}
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