feat: 解决表单设计器数据缓存问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$editorTabsborderColor: #121315;
|
||||
$editorTabsborderColor: #5a9d6d;
|
||||
body, html{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -138,4 +138,4 @@ input, textarea{
|
||||
}
|
||||
.el-upload__tip{
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user