mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 19:07:25 +08:00
升级Vue3,iView替换ElementPlus
- 删除babel配置、更新依赖与入口初始化 - 全量替换UI组件、样式适配,新增迁移文档与标签/过滤器自动化替换脚本
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
}
|
||||
|
||||
.main {
|
||||
/deep/.el-input__inner {
|
||||
:deep(.el-input__inner ) {
|
||||
border-radius: 1px !important;
|
||||
}
|
||||
|
||||
@@ -238,4 +238,44 @@
|
||||
|
||||
.flex-10 {
|
||||
flex: 10;
|
||||
}
|
||||
|
||||
.im-contextmenu {
|
||||
padding: 4px 0;
|
||||
background: #fff;
|
||||
border: 1px solid #ebeef5;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.im-contextmenu-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 8px 16px;
|
||||
font-size: 13px;
|
||||
color: #606266;
|
||||
cursor: pointer;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
background: #f5f7fa;
|
||||
color: #409eff;
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
color: #c0c4cc;
|
||||
cursor: not-allowed;
|
||||
|
||||
&:hover {
|
||||
background: transparent;
|
||||
color: #c0c4cc;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.im-contextmenu-divider {
|
||||
height: 1px;
|
||||
margin: 4px 0;
|
||||
background: #ebeef5;
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
flex-shrink: 0;
|
||||
height: 40px;
|
||||
|
||||
/deep/.el-input .el-input__inner {
|
||||
:deep(.el-input .el-input__inner ) {
|
||||
border-radius: 20px;
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/deep/.el-input__inner {
|
||||
:deep(.el-input__inner ) {
|
||||
border-radius: 1px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.text-message {
|
||||
:deep(.text-message ) {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user