CN-1479 fix: 搜索组件showHint提示文本修改

This commit is contained in:
刘洪洪
2023-12-13 17:05:16 +08:00
parent 3d1fbfa5fd
commit f5f857bcb4
14 changed files with 471 additions and 579 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="HintInfo">
<ul class="CodeMirror-hints-manual eclipse" style="padding-left: 0">
<ul style="padding-left: 0;margin: -10px 0 0 0;">
<template v-for="(item,index) in hintList" :key="index">
<li :ref="'hint_'+index" class="relative-item CodeMirror-hint"
@click="handleSelect(item,index,hintList)"
@@ -115,8 +115,9 @@ export default {
}
.hint-title{
margin: 10px !important;
margin-left: 4px !important;
margin-left: 0 !important;
font-size: 14px;
line-height: 24px;
}
.el-dropdown-menu__item{
text-indent: 1em;