Browse Source

编辑器图标不显示问题修复

master
liupeng 6 months ago
parent
commit
523730fbe0
  1. 6
      src/components/YvSrcEditorInner.vue

6
src/components/YvSrcEditorInner.vue

@ -183,7 +183,7 @@ export default {
}
</script>
<style>
<style lang="less">
.codeEditBox {
width: 100%;
flex: 1;
@ -194,5 +194,9 @@ export default {
flex-direction: row;
font-size: 14px;
}
.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{
height: 18px;
}
}
</style>

Loading…
Cancel
Save