gx
queenwuli
2020-12-30 bb6aebd55fc9a8039e1c199ae1ea8af4eb547b1b
hive-app/pages/mine/knowledge.vue
@@ -1,9 +1,6 @@
<template>
   <!-- 知识库 -->
   <view class="container flex">
      <!-- #ifndef H5 -->
      <view class="status_bar"></view>
      <!-- #endif -->
      <scroll-view class="list-left" scroll-y>
         <view v-for="(item,index) in list" class="list-left-row" @click="active(index)" :class="activeIndex==index?'active':''">
            <text class="font-14 gray"  @click="show(item)">{{item.primaryTitle}}</text>
@@ -14,7 +11,7 @@
      </scroll-view>
      <scroll-view class="list-right" scroll-y>
         <view class="flex align-center list-right-row">
            <image class="list-right-img ml-10" mode="aspectFit" src="../../static/images/head-img.jpg"></image>
            <image class="list-right-img ml-10" mode="aspectFit" src="../../static/images/default-avatar.png"></image>
            <view class="flex flex-v ml-10">
               <text class="overflow-nowrap font-14">我是文章的标题</text>
               <text class="overflow-omit font-14">我是文章的内容我是文章的内容我是文章的内容我是文章的内容</text>