modified icon
This commit is contained in:
parent
ddd4ce99c3
commit
100b94bc09
@ -39,7 +39,7 @@
|
|||||||
</a-menu>
|
</a-menu>
|
||||||
</template>
|
</template>
|
||||||
</a-dropdown>
|
</a-dropdown>
|
||||||
<div class="nav-btn text" @click="state.showPanel = !state.showPanel">张文杰</div>
|
<div class="nav-btn text" @click="state.showPanel = !state.showPanel"><SettingOutlined /></div>
|
||||||
<div v-if="state.showPanel" class="my-panal" ref="panel">
|
<div v-if="state.showPanel" class="my-panal" ref="panel">
|
||||||
<div class="graphbase flex-center">
|
<div class="graphbase flex-center">
|
||||||
知识库
|
知识库
|
||||||
@ -132,6 +132,7 @@ import {
|
|||||||
BookFilled,
|
BookFilled,
|
||||||
CompassFilled,
|
CompassFilled,
|
||||||
GoldenFilled,
|
GoldenFilled,
|
||||||
|
SettingOutlined,
|
||||||
} from '@ant-design/icons-vue'
|
} from '@ant-design/icons-vue'
|
||||||
import { marked } from 'marked';
|
import { marked } from 'marked';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user