|
|
@@ -206,7 +206,11 @@ export default {
|
|
|
display: flex;
|
|
|
overflow-y: auto;
|
|
|
justify-content:center;
|
|
|
- background: url("https://devcloud.cn-north-4.huaweicloud.com/projectman/plan_back.05189e7a664e6edc2f8e.png") repeat;
|
|
|
+ /*background: url("https://devcloud.cn-north-4.huaweicloud.com/projectman/plan_back.05189e7a664e6edc2f8e.png") repeat;*/
|
|
|
+ background-image:
|
|
|
+ linear-gradient(#f0f0f0 1.5px, transparent 0),
|
|
|
+ linear-gradient(90deg, #f0f0f0 1.5px, transparent 0);
|
|
|
+ background-size: 13px 13px;
|
|
|
}
|
|
|
#node-container {
|
|
|
position:absolute;
|