mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
feat(portal): 添加案例专区AI专家提示
- 在案例列表页头部添加AI案例专家提示文案 - 调整banner样式以支持绝对定位元素 - 设置提示文案位置和颜色以匹配设计要求
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<template>
|
||||
<div id="case-list-content">
|
||||
<div style="margin-bottom:30px" class="case-banner">
|
||||
<div style="margin-bottom:30px;position: relative" class="case-banner">
|
||||
<portal-header @type1="handleType" :type="queryCondition" current="case" textColor="#fff" @emitInput="emitInput"
|
||||
@showClass="showClass"></portal-header>
|
||||
|
||||
<p style="position: absolute;z-index: 10;bottom:20px;left:220px;color:#fff">案例专区隆重推出“AI案例专家”助力高效案例应用</p>
|
||||
</div>
|
||||
<div class="xcontent2">
|
||||
<!-- 新增的案例分类 -->
|
||||
|
||||
Reference in New Issue
Block a user