Initial commit
This commit is contained in:
BIN
modeler/src/assets/icons/bg-node-head.png
Normal file
BIN
modeler/src/assets/icons/bg-node-head.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user