commit:修复工作流bug,修复builder报错

This commit is contained in:
Jerry
2024-07-24 17:43:48 +08:00
parent 51ff5033e1
commit bb01172492
77 changed files with 391 additions and 455 deletions

View File

@@ -5,7 +5,6 @@ $color-white: #fff;
$color-primary-light-9: color-mix(in srgb, $color-white 90%, $color-primary 10%) !default;
$color-text-secondary: #909399 !default;
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
// do not use same name, it will override.
$colors: (
'primary': (
'base': $color-primary,
@@ -74,11 +73,9 @@ $radio-font-size: map.merge(
);
@use '@/assets/style/base.scss';
// 覆盖原样式,否则它会遮盖弹出对话框
:deep(.vxe-table--empty-placeholder) {
z-index: 0;
}
// messagebox会被layer遮盖因为下面这个样式对应的元素没有设置z-index尽管其父元素设置了
.el-overlay-message-box {
z-index: 2000;
}

View File

@@ -1,13 +1,9 @@
// @import url('element-variables');
// @import url('transition');
html, body {
padding: 0;
margin: 0;
font-size: 14px;
font-family: Arial,'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',sans-serif;
background-color: rgb(228 240 255);
//background-color: white;
}
*,
@@ -1030,8 +1026,6 @@ $--color-primary-light-9: color-mix(in srgb, $--color-white 90%, $--color-primar
font-weight: bold !important;
}
// element-plus尺寸去除了medium,small变的更小了
//.container-small, [class^='el-'][class*='small']{
.container-default, [class^='el-'][class*='default']{
font-weight: normal;
.el-tree,.el-input input,.el-radio__label,.el-checkbox__label,.el-switch__label *,.el-upload-list__item,.el-upload__tip,.vxe-cell--label,.vxe-cell--title,.el-tabs__item,.el-breadcrumb,.el-pager li,.el-pagination__total,label,.el-form-item__label,.el-table .cell,.user-dropdown,.el-select-dropdown__item,.el-cascader-node__label,.vxe-table--render-default.size--small,.el-tree-node__label,.el-dropdown-menu__item,.table-btn,.unified-font,.custom-label,.el-link span,.group-title,.el-radio-button__inner,.el-collapse-item__header{
@@ -1052,8 +1046,6 @@ $--color-primary-light-9: color-mix(in srgb, $--color-white 90%, $--color-primar
}
}
// element-plus尺寸去除了medium
//.container-medium, [class^='el-'][class*='medium']{
.container-large, [class^='el-'][class*='large']{
.vxe-cell--title{
font-weight: bold;