删除尺寸调节的气泡提示

Former-commit-id: dd2d557166a19f7b545c26fdc51c76be83330138 [formerly dd2d557166a19f7b545c26fdc51c76be83330138 [formerly dd2d557166a19f7b545c26fdc51c76be83330138 [formerly dd2d557166a19f7b545c26fdc51c76be83330138 [formerly 3b6d7a103deeba0e761cc0222d9e4903ee3645b5 [formerly 2007a97138b1e130d62374de5e6d951c0f528fb2]]]]]
Former-commit-id: efe1182af59d5104ddf3bddac8d3281790b467b6
Former-commit-id: dbf4c2a4906b13246bbd7c9797179c0f9bae2778
Former-commit-id: 726940da9967826be3696d4eaabefdbb16d349f2 [formerly a57a5244c77b52b2b62d17614584408f60dd2848]
Former-commit-id: 6422b28e61e141d962002813a773da0689f7064f
Former-commit-id: e369b30cb4dc044fd95c31526fc4446f62c28680
Former-commit-id: dc5a0467494b5ee3b67141eda9a1b7fbb802ad87
Former-commit-id: 4344a53a21e7477d4550db754feda3cf88ccd89f
Former-commit-id: a3df7d8587a7033b79c665cd656b33f6de5cf328
This commit is contained in:
liyang
2019-01-24 18:21:13 +08:00
parent 0ddbb3299a
commit ec763bac35

View File

@@ -1,13 +1,8 @@
<template>
<el-dropdown placement="bottom" size="small" @command="handleChange">
<el-tooltip
effect="dark"
content="控件尺寸"
placement="right">
<el-button class="d2-mr btn-text can-hover" type="text">
<d2-icon name="font" style="font-size: 16px;"/>
</el-button>
</el-tooltip>
<el-button class="d2-mr btn-text can-hover" type="text">
<d2-icon name="font" style="font-size: 16px;"/>
</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item v-for="item in options" :key="item.value" :command="item.value">
<d2-icon :name="iconName(item.value)" class="d2-mr-5"/>{{item.label}}