|
|
@ -65,7 +65,7 @@ |
|
|
|
<el-pagination background layout="prev, pager, next" :total="1000" /> |
|
|
|
<el-pagination background layout="prev, pager, next" :total="1000" /> |
|
|
|
</div> --> |
|
|
|
</div> --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="w-[2rem] flex flex-col"> |
|
|
|
<div class="w-[2rem] flex flex-col el_flex"> |
|
|
|
<div |
|
|
|
<div |
|
|
|
class="w-full cursor-pointer h-[.7rem] rounded-sm bg-orange-500 flex justify-center items-center text-[.18rem] text-white" |
|
|
|
class="w-full cursor-pointer h-[.7rem] rounded-sm bg-orange-500 flex justify-center items-center text-[.18rem] text-white" |
|
|
|
@click="addKnowledge = true" |
|
|
|
@click="addKnowledge = true" |
|
|
@ -220,4 +220,8 @@ const toItem = (id: number) => { |
|
|
|
background-color: #172e60; |
|
|
|
background-color: #172e60; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el_flex{ |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|