修改
This commit is contained in:
@@ -741,7 +741,8 @@ let deleteSeachVal = (i) => {
|
||||
text-align: left;
|
||||
|
||||
.btn {
|
||||
margin: 20px 30px 0 0;
|
||||
margin-top: 20px;
|
||||
padding-right: 30px;
|
||||
cursor: pointer;
|
||||
word-break: break-word;
|
||||
position: relative;
|
||||
@@ -752,7 +753,7 @@ let deleteSeachVal = (i) => {
|
||||
.btn-icon {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: -16px;
|
||||
right: 16px;
|
||||
transform: translateY(-50%);
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
|
||||
@@ -105,7 +105,6 @@
|
||||
@click.stop="goUp">{{
|
||||
data.isding == 0 ? '顶上去' : '今天已顶' }}
|
||||
</div>
|
||||
<!-- <div class="publish-item flexcenter already-go-up" v-if="stateData.btn == 2 && item.isding == 1"></div> -->
|
||||
</div>
|
||||
<div class="btm-box dis-f al-item" v-else>
|
||||
<div class="flex1 flexacenter">
|
||||
|
||||
Reference in New Issue
Block a user