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 @@
flex: 1;
cursor: pointer;
padding: 16px 24px;
}
.topLine {
......@@ -99,6 +100,7 @@
display: flex;
position: relative;
overflow: overlay;
padding: 16px 24px 16px 42px;
}
.noResult {
......@@ -111,11 +113,12 @@
}
.resultBox {
padding: 16px 24px 16px 42px;
/* padding: 16px 24px 16px 42px; */
width: 100%;
display: flex;
flex-wrap: wrap;
align-content: flex-start;
box-sizing: border-box;
}
.result {
......@@ -162,4 +165,8 @@
display: inline-block;
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