当前位置:网站首页>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);
}
边栏推荐
- Discover the joy of C language
- Three methods for extracting facial features
- 【心里效应】98 个著名的心理效应
- The host computer develops C# language: simulates the STC serial port assistant to receive the data sent by the microcontroller
- Chapter 4: activiti RuntimeService settings get and get process variables, and the difference from taskService, set process variables when starting and completing tasks [easy to understand]
- R语言使用yardstick包的pr_curve函数评估多分类(Multiclass)模型的性能、查看模型在多分类每个分类上的ROC曲线(precision(精准率),R代表的是recall(召回率)
- FPGA: Basic Getting Started Button Controlling LED Lights
- Go compilation principle series 6 (type checking)
- 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
- RT - Thread record (a, RT, RT Thread version - Thread Studio development environment and cooperate CubeMX quick-and-dirty)
猜你喜欢
The host computer develops C# language: simulates the STC serial port assistant to receive the data sent by the microcontroller
GPU-CUDA-图形渲染分析
结合“xPlus”探讨软件架构的创新与变革
PG优化篇--执行计划相关项
一张图看懂 SQL 的各种 join 用法!
【加密解密】明文加密解密-已实现【已应用】
365 days challenge LeetCode1000 questions - Day 050 add a row to the binary tree binary tree
Ali's new launch: Microservices Assault Manual, all operations are written out in PDF
MySQL 中 auto_increment 自动插入主键值
Leetcode刷题——623. 在二叉树中增加一行
随机推荐
一张图看懂 SQL 的各种 join 用法!
Score interview (1)----related to business
Chapter 5: Activiti process shunting judgment, judging to go to different task nodes
hdu4545 Magic String
秘乐短视频挖矿系统开发详情
我要抓狂了。。又回到了几天不能A一道题的时候
化繁为简!阿里新产亿级流量系统设计核心原理高级笔记(终极版)
Chapter 4: In the activiti process, variable transmission and acquisition process variables, setting and acquiring multiple process variables, setting and acquiring local process variables "recommende
Image segmentation model - a combination of segmentation_models_pytorch and albumations to achieve multi-category segmentation
【OpenCV】-仿射变换
Import Excel/CSV from Sub Grid within Dynamics 365
RT - Thread record (a, RT, RT Thread version - Thread Studio development environment and cooperate CubeMX quick-and-dirty)
Android development with Kotlin programming language II Conditional control
Discover the joy of C language
Nature:猪死亡1小时后,器官再次运转
如何修改管理工具client_encoding
Scaling-law和模型结构的关系:不是所有的结构放大后都能保持最好性能
Dynamics 365Online PDF导出及打印
TiDB 6.0 Placement Rules In SQL Usage Practice
lvgl 实现状态提示图标自动对齐补位显示