升级Vue3,iView替换ElementPlus

- 删除babel配置、更新依赖与入口初始化
- 全量替换UI组件、样式适配,新增迁移文档与标签/过滤器自动化替换脚本
This commit is contained in:
lifenlong
2026-06-05 17:49:43 +08:00
parent 615ee91511
commit 832fda813b
322 changed files with 25693 additions and 24453 deletions

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -1,4 +1,4 @@
/deep/.el-input__inner {
:deep(.el-input__inner ) {
border-radius: 1px !important;
}

View File

@@ -43,7 +43,7 @@
}
}
/deep/.text-message {
:deep(.text-message ) {
border-radius: 0;
}
}