当前位置:网站首页>el-menu箭头改为右下
el-menu箭头改为右下
2022-08-05 11:02:00 【墨语轩】
element-ui 菜单的右箭头是上下的,改为默认向右边指向
目标改为向右,向下
element组件中没办法更改icon的值,采用覆盖element组件的css样式,或者直接更改依赖模块中的源码
/*菜单关闭*/
.el-submenu /deep/ .el-submenu__title .el-submenu__icon-arrow{
-webkit-transform: rotateZ(-90deg);
-ms-transform: rotate(-90deg);
transform: rotateZ(-90deg);
}
/*菜单展开*/
.el-submenu.is-opened /deep/ .el-submenu__title .el-submenu__icon-arrow{
-webkit-transform: rotateZ(0deg);
-ms-transform: rotate(0deg);
transform: rotateZ(0deg);
}边栏推荐
- 我要抓狂了。。又回到了几天不能A一道题的时候
- Can't get in to ask questions.I want to ask you a question about the return value (traversal of the graph), please give Xiaobai an answer.
- SkiaSharp 之 WPF 自绘 投篮小游戏(案例版)
- Android development with Kotlin programming language three loop control
- L2-042 老板的作息表
- MMDetection实战:MMDetection训练与测试
- 苹果Meta都在冲的Pancake技术,中国VR团队YVR竟抢先交出产品答卷
- gradle尚硅谷笔记
- shell编程流程控制练习
- Mathcad 15.0软件安装包下载及安装教程
猜你喜欢

gradle尚硅谷笔记

365天挑战LeetCode1000题——Day 050 在二叉树中增加一行 二叉树

智能算力的枢纽如何构建?中国云都的淮海智算中心打了个样

This notebook of concurrent programming knowledge points strongly recommended by Ali will be a breakthrough for you to get an offer from a big factory

CenOS MySQL入门及安装

API 网关简述

PostgreSQL 2022 Report: Rising popularity, open source, reliability and scaling key

Http-Sumggling Cache Vulnerability Analysis

反射修改jsessionid实现Session共享

数据可视化(二)
随机推荐
【翻译】混沌网+SkyWalking:为混沌工程提供更好的可观察性
学生信息管理系统(第一次.....)
Linux:记一次CentOS7安装MySQL8(博客合集)
【MySQL基础】-【数据处理之增删改】
Machine Learning - Ensemble Learning
我要抓狂了。。又回到了几天不能A一道题的时候
双因子与多因子身份验证有什么区别?
时间格式2020-01-13T16:00:00.000Z中的T和Z分别表示什么,如何处理
智能算力的枢纽如何构建?中国云都的淮海智算中心打了个样
PPOCR 检测器配置文件参数详解
HDD杭州站•ArkUI让开发更灵活
DocuWare平台——文档管理的内容服务和工作流自动化的平台详细介绍(下)
RT - Thread record (a, RT, RT Thread version - Thread Studio development environment and cooperate CubeMX quick-and-dirty)
What are the standards for electrical engineering
Opencv图像缩放和平移
GPU-CUDA-图形渲染分析
CenOS MySQL入门及安装
hdu4545 魔法串
R语言使用yardstick包的pr_curve函数评估多分类(Multiclass)模型的性能、查看模型在多分类每个分类上的ROC曲线(precision(精准率),R代表的是recall(召回率)
解决2022Visual Studio中scanf返回值被忽略问题