fix: 修复角色id, 企微审批场景
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 10m25s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 10m25s
This commit is contained in:
@@ -304,7 +304,6 @@
|
||||
:deep(.el-card__body) {
|
||||
display: flex;
|
||||
height: auto;
|
||||
min-height: 108px;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
|
||||
@@ -162,10 +162,6 @@
|
||||
placeholder="同步模板后自动填充"
|
||||
/>
|
||||
</div>
|
||||
<div class="mapping-field mapping-field--option">
|
||||
<span class="mapping-field__label">选择项映射</span>
|
||||
<ElInput v-model="mapping.option_mapping" placeholder="JSON,可为空对象" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -588,9 +584,7 @@
|
||||
|
||||
.mapping-row__grid {
|
||||
display: grid;
|
||||
grid-template-columns:
|
||||
minmax(120px, 1.1fr) minmax(140px, 1.3fr) minmax(120px, 1fr) minmax(100px, 0.8fr)
|
||||
minmax(140px, 1.2fr);
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
@@ -631,10 +625,6 @@
|
||||
.mapping-row__grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.mapping-field--option {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -642,10 +632,6 @@
|
||||
.mapping-row__grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.mapping-field--option {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
Reference in New Issue
Block a user