feat: 解决表单设计器数据缓存问题

This commit is contained in:
tony
2022-12-17 10:43:11 +08:00
parent 2f5fed6f44
commit 683528d5dd
14 changed files with 343 additions and 250 deletions

View File

@@ -1,10 +1,10 @@
@mixin action-bar {
.action-bar {
height: 33px;
background: #f2fafb;
height: 39px;
background: #f5f7fa;
padding: 0 15px;
box-sizing: border-box;
.bar-btn {
display: inline-block;
padding: 0 6px;
@@ -30,4 +30,4 @@
}
}
}
}
}