mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
修改
This commit is contained in:
@@ -52,10 +52,10 @@
|
||||
<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>
|
||||
</el-tooltip>
|
||||
<div style="float:right;margin-left:8px">
|
||||
<!-- <div style="float:right;margin-left:8px"> -->
|
||||
<span class="interact-bar-value eyes-view" > {{ formatNum(data.views)}}</span>
|
||||
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div v-if="courseExclusive" @click="addFavorite()" :style="`min-width: ${nodeWidth};`" class="interact-bar-btn" :class="{cursor:!readonly}">
|
||||
@@ -667,11 +667,11 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.eyes-view{
|
||||
// .eyes-view{
|
||||
// color: #000;
|
||||
// position: fixed;
|
||||
// line-height: 40px;
|
||||
}
|
||||
// }
|
||||
::v-deep .g-dialog .el-dialog__header{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user