mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(模版管理): 修复下拉菜单中样式字体大小不一致的问题
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
>
|
||||
<span class="text-template-overflow" :title="ele.name">{{ ele.name }}</span>
|
||||
<span class="more" @click.stop>
|
||||
<el-dropdown trigger="click" size="small" @command="type => clickMore(type, ele)">
|
||||
<el-dropdown trigger="click" @command="type => clickMore(type, ele)">
|
||||
<el-icon class="el-icon-more"><MoreFilled /></el-icon>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu class="de-template-dropdown">
|
||||
|
||||
Reference in New Issue
Block a user