更新节点列表页编辑schema图标
This commit is contained in:
parent
731babce12
commit
5fbd5bbc7e
@ -13,7 +13,7 @@
|
||||
:title="context.t('Edit Schema')"
|
||||
:disabled="!canEditSchema"
|
||||
>
|
||||
<i class="fa fa-code"></i>
|
||||
<i class="fa fa-table"></i>
|
||||
</button>
|
||||
<button class="action-btn delete-btn" @click.stop="context.deleteRecord(context.row.name)" :title="context.t('Delete')">
|
||||
<i class="fa fa-trash"></i>
|
||||
@ -164,9 +164,9 @@ async function handleSchemaSave(schemaData: any) {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Schema 编辑按钮使用青绿色,与工具栏保持一致 */
|
||||
/* Schema 编辑按钮使用蓝色系,与流程编排按钮保持一致,表示配置/设置 */
|
||||
.schema-btn:hover:not(:disabled) {
|
||||
background: #0d684b;
|
||||
background: #3b82f6;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user