0👍
the icon has same property as normal text.
just use
<style>
.el-icon-delete {'
font-size: 20px;
}
</style>
just change the size with the size you want.
Source:stackexchange.com
0👍
the icon has same property as normal text.
just use
<style>
.el-icon-delete {'
font-size: 20px;
}
</style>
just change the size with the size you want.