|
@@ -1,13 +1,16 @@
|
|
|
<!-- -->
|
|
|
<template>
|
|
|
<div class="wordIntp" v-if="flag">
|
|
|
+ <p class="from">
|
|
|
+ 数据来自百度汉语
|
|
|
+ </p>
|
|
|
<el-menu
|
|
|
:default-active="activeIndex"
|
|
|
class="el-menu-demo"
|
|
|
mode="horizontal"
|
|
|
@select="handleSelect"
|
|
|
>
|
|
|
- <el-menu-item index="1">释义</el-menu-item>
|
|
|
+ <el-menu-item index="1">词典释义</el-menu-item>
|
|
|
<el-menu-item index="2">近/反义词</el-menu-item>
|
|
|
<el-menu-item index="3">组词</el-menu-item>
|
|
|
</el-menu>
|
|
@@ -223,7 +226,14 @@ export default {
|
|
|
overflow-y: auto;
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
- margin-top: 16px !important;
|
|
|
+ margin-top: 12px !important;
|
|
|
+ .from{
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
|
+ opacity: 0.2;
|
|
|
+ margin: 0;
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
.bwc-intp {
|
|
|
padding: 16px 0;
|
|
|
h1 {
|