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:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="article-index">
|
||||
<div class="article-banner">
|
||||
<portal-header current="article" :goSearch="3"></portal-header>
|
||||
<portal-header current="article" textColor="#ffffff" :goSearch="3"></portal-header>
|
||||
</div>
|
||||
<div style="padding-top:30px">
|
||||
<div class="xcontent2">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2<template>
|
||||
<div id="article-list-content" class="article-list-content">
|
||||
<div class="article-banner">
|
||||
<portal-header current="article" @emitInput="emitInput"></portal-header>
|
||||
<portal-header current="article" textColor="#ffffff" @emitInput="emitInput"></portal-header>
|
||||
</div>
|
||||
<!--内容区域-->
|
||||
<div style="padding-top:30px" class="">
|
||||
|
||||
Reference in New Issue
Block a user