mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
样式修改
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<span v-else @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span>
|
<span v-else @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<h6 class="note-title-info follow-home-title pointer"><span @click="jumpDetail(item)">{{item.contentInfo}}</span> <span style="color: #333333;font-weight: 400;font-size: 14px;margin-left: 20px;"></span>
|
<h6 style="word-break:break-all;" class="note-title-info follow-home-title pointer"><span @click="jumpDetail(item)">{{item.contentInfo}}</span> <span style="color: #333333;font-weight: 400;font-size: 14px;margin-left: 20px;"></span>
|
||||||
<span class="follow-hide pointer" style="float:right" v-if="(item.aid == userInfo.aid) && !isDynamic">
|
<span class="follow-hide pointer" style="float:right" v-if="(item.aid == userInfo.aid) && !isDynamic">
|
||||||
<span v-if="item.hidden">已隐藏</span>
|
<span v-if="item.hidden">已隐藏</span>
|
||||||
<span v-else @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span>
|
<span v-else @click="emitHide(item.id)"> <svg-icon style="margin-right: 10px;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>隐藏 </span>
|
||||||
|
|||||||
@@ -238,6 +238,7 @@
|
|||||||
.ach-ul{
|
.ach-ul{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
// justify-content: space-between;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.21);
|
border-bottom: 1px solid rgba($color: #999999, $alpha: 0.21);
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
@@ -246,12 +247,13 @@
|
|||||||
width: 58px;
|
width: 58px;
|
||||||
// margin: 0 auto;/
|
// margin: 0 auto;/
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-left: 22px;
|
margin: 0 17px;
|
||||||
margin-right:22px;
|
// margin-left: 22px;
|
||||||
|
// margin-right:22px;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
&:nth-child(1){
|
// &:nth-child(1){
|
||||||
margin-left: 0px;
|
// margin-left: 0px;
|
||||||
}
|
// }
|
||||||
.medal-text{
|
.medal-text{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
transform: scale(.5);
|
transform: scale(.5);
|
||||||
|
|||||||
Reference in New Issue
Block a user