mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
首页样式
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
width: 260px;
|
||||
}
|
||||
.case-inter-orgin{
|
||||
width: 56%;
|
||||
// width: 56%;
|
||||
}
|
||||
.btn-user{
|
||||
width: 70px;
|
||||
@@ -714,7 +714,7 @@
|
||||
}
|
||||
@media screen and (max-width: 1680px) and (min-width:1367px){
|
||||
.case-inter-orgin{
|
||||
width: 47%;
|
||||
// width: 47%;
|
||||
}
|
||||
.portal-index-title{
|
||||
font-size: 16px;
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
<div v-if="views" style="cursor: default;" :style="`min-width: ${nodeWidth};margin-left:${data.views>1000? '40px':'20px'}`" class="interact-bar-btn" :class="{cursor:!readonly}">
|
||||
<el-tooltip effect="light" content="浏览量" placement="top" :visible-arrow="false" popper-class="text-tooltip">
|
||||
<svg-icon style="margin-right: 0;font-size:22px;" icon-class="eyes"></svg-icon>
|
||||
<svg-icon style="margin-right: 0; font-size:22px;" icon-class="eyes"></svg-icon>
|
||||
</el-tooltip>
|
||||
<span class="interact-bar-value"> {{ formatNum(data.views)}}</span>
|
||||
</div>
|
||||
|
||||
@@ -1167,7 +1167,7 @@
|
||||
|
||||
.case-inter-orgin{
|
||||
// width: 45%;
|
||||
float: left;
|
||||
// float: left;
|
||||
margin-left: 5px;
|
||||
line-height: 30px;
|
||||
font-size: 14px;
|
||||
@@ -1583,7 +1583,7 @@
|
||||
width: 100%;
|
||||
.case-inter-box{
|
||||
display: flex;
|
||||
margin-right: 35px;
|
||||
margin-right: 46px;
|
||||
|
||||
.case-inter-left{
|
||||
flex: 1;
|
||||
@@ -1591,6 +1591,9 @@
|
||||
}
|
||||
.interact-bar-index{
|
||||
margin-left: auto;
|
||||
::v-deep .svg-icon{
|
||||
padding-top: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user