Commit 63351a21 authored by jiangzijing's avatar jiangzijing

bug:结果文件布局

parent 32ea9991
......@@ -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