2026-07-28 15:32:09 +08:00

107 lines
1.9 KiB
SCSS

.m-fields-event-select {
width: 100%;
.fullWidth {
width: 100%;
box-sizing: border-box;
&.create-button {
width: 100%;
}
&.m-container-ui-event {
width: calc(100% - 32px);
}
}
.event-select-container {
padding: 0 16px;
> .el-card.tmagic-design-card--flat {
> .el-card__header {
border-bottom: 1px solid #ebeef5;
}
> .el-card__body {
padding-bottom: 16px;
.m-fields-group-list-footer {
div {
justify-content: flex-start !important;
}
}
.el-card.tmagic-design-card--flat {
> .el-card__header {
padding: 16px 0;
}
}
}
}
}
.event-select-code {
margin-left: 20px;
width: auto;
}
.m-form-panel {
margin: 10px 0px;
}
.el-card.is-always-shadow {
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
}
}
.m-fields-code-select-col,
.m-fields-data-source-method-select {
width: 100%;
}
.code-select-container,
.data-source-method-select-container {
display: flex;
align-items: center;
.select {
flex: 10 0 100px;
}
.icon {
flex: 1 0 20px;
cursor: pointer;
margin-right: 5px;
}
}
.event-select-container {
padding: 0 16px;
}
.event-select-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
.event-select-title {
color: #0f1113;
font-size: 16px;
font-weight: 500;
line-height: 24px;
}
}
.event-item-header {
position: relative;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
.event-item-title {
color: #0f1113;
font-size: 16px;
font-weight: 500;
line-height: 24px;
margin-bottom: 8px;
}
.event-item-delete-button {
color: #0f1113;
}
.el-form-item {
.el-form-item {
&.is-error {
margin-bottom: 18px;
}
}
}
}