mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 10:57:26 +08:00
- 将多个组件中的 require 替换为 import,提升代码一致性。 - 更新上传组件中的回调函数,简化图片选择逻辑。 - 调整样式以适配 Element Plus 组件,确保界面一致性。 - 删除不再使用的样式,优化项目结构。
17 lines
206 B
SCSS
17 lines
206 B
SCSS
:deep(.el-input) {
|
|
width: 200px !important;
|
|
}
|
|
|
|
.label-btns {
|
|
margin-left: 150px;
|
|
}
|
|
|
|
.el-form-item {
|
|
padding: 10px 0;
|
|
}
|
|
|
|
:deep(.el-form-item__content) {
|
|
margin-left: 0 !important;
|
|
display: flex;
|
|
}
|