style: (web-ele)优化多个组件的样式和布局

-调整图像上传组件的样式,优化上传区域和处理按钮的布局
- 改进魔方编辑器组件的样式,统一边框和对齐方式
-统一垂直按钮组组件的样式,修复按钮圆角问题
This commit is contained in:
lrl
2025-08-05 15:34:25 +08:00
parent e7fc44715b
commit 73bddd119e
3 changed files with 37 additions and 32 deletions

View File

@@ -27,9 +27,9 @@ defineOptions({ name: 'VerticalButtonGroup' });
.el-button-group > :deep(.el-button:last-child) {
border-top-color: var(--el-button-divide-border-color);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: var(--el-border-radius-base);
border-top-left-radius: 0;
}
.el-button-group :deep(.el-button--primary:not(:first-child, :last-child)) {