Commit f2134ec7 authored by wuyongsheng's avatar wuyongsheng

Merge branch 'feat-20220801' into 'release'

Feat 20220801

See merge request !85
parents d179d130 a6dd469e
...@@ -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;
} }
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