@use '@bole-core/sass-utils/index.scss' as *;
|
|
.el-breadcrumb__inner,
|
.el-breadcrumb__inner a {
|
font-weight: 400 !important;
|
}
|
|
.el-upload {
|
input[type='file'] {
|
display: none !important;
|
}
|
}
|
|
.el-upload__input {
|
display: none;
|
}
|
|
.upload-container {
|
.el-upload {
|
width: 100%;
|
|
.el-upload-dragger {
|
width: 100%;
|
height: 200px;
|
}
|
}
|
}
|
|
.el-dropdown-menu {
|
padding: 0 !important;
|
}
|
|
.el-range-separator {
|
box-sizing: content-box;
|
}
|
|
.is-dark {
|
z-index: 99999 !important;
|
}
|
|
/* 重置 el-button 中 icon 的 margin */
|
|
.reset-margin [class*='el-icon'] + span {
|
margin-left: 2px !important;
|
}
|
|
/* 自定义 popover 的类名 */
|
|
.pure-popper {
|
padding: 0 !important;
|
}
|
|
/* nprogress 适配 element-plus 的主题色 */
|
|
#nprogress {
|
& .bar {
|
background-color: var(--el-color-primary) !important;
|
}
|
|
& .peg {
|
box-shadow: 0 0 10px var(--el-color-primary), 0 0 5px var(--el-color-primary) !important;
|
}
|
|
& .spinner-icon {
|
border-top-color: var(--el-color-primary);
|
border-left-color: var(--el-color-primary);
|
}
|
}
|
|
.el-input-number.is-controls-right .el-input-number__increase {
|
top: 2px;
|
}
|
|
.form-desc {
|
textarea {
|
min-height: 100px !important;
|
resize: none;
|
}
|
}
|
|
.el-table .pre {
|
white-space: pre-line;
|
}
|
|
.el-input__inner::selection {
|
color: #ffffff;
|
background-color: #3390ff;
|
}
|
|
body {
|
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
|
margin-left: boleGetCssVar('html', 'base-font-size');
|
}
|
|
.el-drawer__title {
|
font-size: boleGetCssVar('html', 'base-font-size');
|
}
|
|
.id-imgUrl-wrapper {
|
display: flex;
|
gap: 40px;
|
}
|
|
.el-form-item.pro-form-item-label-hidden {
|
.el-form-item__label {
|
display: none;
|
}
|
}
|
|
.el-form-item {
|
.pro-form-item-label-hidden.el-form-item {
|
margin-bottom: 0;
|
|
.el-form-item__label {
|
display: none;
|
}
|
}
|
}
|
|
.pro-form-col-item {
|
.el-form-item {
|
.el-form-item__content {
|
.el-input-number {
|
flex: 1;
|
width: auto;
|
min-width: 0;
|
}
|
}
|
}
|
}
|
}
|