| | |
| | | <div class="item" @click="openApp(item)"> |
| | | <i :style="{ backgroundColor: item.iconBgColor, color: item.iconColor }" class="iconfont" |
| | | :class="item[iconKey]"></i> |
| | | <small style="margin-top: 5px; font-size: 10px">{{ item[labelKey] }}</small> |
| | | <small class="smallkey" >{{ item[labelKey] }}</small> |
| | | </div> |
| | | </template> |
| | | </div> |
| | |
| | | height: 100% !important; |
| | | } |
| | | </style> |
| | | <style scoped> |
| | | <style scoped lang="scss"> |
| | | .desktop { |
| | | .smallkey { |
| | | margin-top: 5px; font-size: 10px |
| | | } |
| | | display: flex; |
| | | flex-direction: column; |
| | | position: absolute; |