Initial commit

This commit is contained in:
libertyspy
2026-02-09 15:04:34 +08:00
parent 538a43f597
commit d3fda27bb0
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -153,6 +153,7 @@ export default defineComponent({
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background: linear-gradient(to bottom, rgba(108, 99, 255, 0.15), rgba(108, 99, 255, 0.05));
background: url('@/assets/icons/bg-node-head.png') center / 100% 100%;
//background: linear-gradient(to bottom, rgb(234 234 234 / 20%), rgb(191 191 191 / 58%));
}
@@ -169,6 +170,7 @@ export default defineComponent({
.ks-designer-node-title {
font-size: 13px;
color: #fff;
color: #312e2e;
}
.ant-card-body {