ruoyi-element-ai/src/styles/element-plus.scss
2025-05-24 00:32:38 +08:00

13 lines
208 B
SCSS

.el-form{
.el-form-item{
&:nth-last-child(1){
margin-bottom: 0px;
}
}
}
// el 弹框不知道为啥宽度会变大
.el-popup-parent--hidden {
overflow: hidden;
width: 100% !important;
}