no message
This commit is contained in:
@@ -1403,8 +1403,8 @@ let labelObj = {
|
||||
.mj-header {
|
||||
display: inline-block;
|
||||
.label {
|
||||
width: 60px;
|
||||
height: 21px;
|
||||
// width: 60px;
|
||||
height: 20px;
|
||||
background-color: rgba(253, 223, 109, 0.117647058823529);
|
||||
border: 1px solid rgba(228, 199, 98, 1);
|
||||
border-radius: 5px;
|
||||
@@ -1415,8 +1415,8 @@ let labelObj = {
|
||||
margin-right: 10px;
|
||||
|
||||
.label-text {
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: rgba(228, 199, 98, 1);
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
@@ -1425,6 +1425,9 @@ let labelObj = {
|
||||
.label-title {
|
||||
padding: 0 5px;
|
||||
height: 100%;
|
||||
// line-height: 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1854,9 +1857,7 @@ let labelObj = {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.floor-left
|
||||
|
||||
.comments-identity {
|
||||
.floor-left .comments-identity {
|
||||
font-size: 12px;
|
||||
color: #7f7f7f;
|
||||
padding: 0 3px;
|
||||
|
@@ -9,6 +9,7 @@
|
||||
<div class="halving-line"></div>
|
||||
<div class="total">共 {{ count }} 条搜索数据</div>
|
||||
</div>
|
||||
|
||||
<div class="content" ref="gridContainer">
|
||||
<div class="empty-box flexcenter" v-if="list.length == 0 && page == 0">
|
||||
<empty hint="没有找到相关结果,请更换搜索关键词"></empty>
|
||||
|
Reference in New Issue
Block a user