Commit ff70165f authored by caimeng's avatar caimeng

修改

parent bd0ad21c
......@@ -18,19 +18,19 @@
align-items: center;
justify-content: flex-start;
min-height: $base-input-height;
margin: 0 0 $base-padding/2 0;
margin: 0 0 calc($base-padding/2) 0;
> .el-button {
margin: 0 10px $base-padding/2 0px !important;
margin: 0 10px calc($base-padding/2) 0px !important;
}
}
.vab-query-form {
::v-deep {
.el-form-item:first-child {
margin: 0 0 $base-padding/2 0 !important;
margin: 0 0 calc($base-padding/2) 0 !important;
}
.el-form-item + .el-form-item {
margin: 0 0 $base-padding/2 10px !important;
margin: 0 0 calc($base-padding/2) 10px !important;
}
.top-panel {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment