Ver Fonte

逻辑图字体样式优化

chenlei há 7 meses atrás
pai
commit
0bec20fe6c
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/sandbox_manage/sandFlowNew/index.vue

+ 2 - 2
src/views/sandbox_manage/sandFlowNew/index.vue

@@ -119,8 +119,8 @@
                     <span v-show="nodeTextDisable" class="disabled-item" @click.stop="()=>{}"></span>
                   </el-tooltip>
                 </div>
-              <el-dropdown-menu slot="dropdown">
-                <div style="max-height: 300px; overflow-y: auto;">
+              <el-dropdown-menu slot="dropdown" style="padding: 0;">
+                <div style="max-height: 208px; overflow-y: auto; padding: 10px 0;">
                   <el-dropdown-item v-for="f in familyOptions" :command="f.value" :key="f.value"
                   :class="styleOptions.fontF==f.value?'style-acitve':''">
                       {{ f.name }}