mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +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="">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="answer-detail">
|
||||
<div class="qa-banner">
|
||||
<portal-header current="qa" :goSearch="4"></portal-header>
|
||||
<portal-header current="qa" textColor="#000000" :goSearch="4"></portal-header>
|
||||
</div>
|
||||
<div style="padding-top:30px" >
|
||||
<div class="xcontent2">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div id="qa-list-content" class="qa-list-content">
|
||||
<div class="qa-banner">
|
||||
<portal-header current="qa" class="qa-nav" @emitInput="emitInput"></portal-header>
|
||||
<portal-header current="qa" textColor="#000000" class="qa-nav" @emitInput="emitInput"></portal-header>
|
||||
</div>
|
||||
|
||||
<div style="padding-top:30px" class="portal-content">
|
||||
|
||||
Reference in New Issue
Block a user