Commit 297189c8 by lsk

布局调整

parent d5540071
......@@ -125,8 +125,8 @@ export default {
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
height: 28px;
/* margin-bottom: 5px; */
height: 29px;
/* margin-bottom: 1px; */
}
.m-funcBtn-eContainer {
order: 1;
......
......@@ -4,7 +4,7 @@
<i class="el-icon-location" style="color: #409eff;"></i>
<span>{{ title }}</span>
</div> -->
<div style="flex: 1; padding: 3px 10px; position: relative">
<div style="flex: 1; padding: 5px 15px; position: relative">
<slot></slot>
</div>
</div>
......
......@@ -226,7 +226,6 @@ export default {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
/* box-sizing: inherit; */
/* padding-top: 5px; */
/* padding-bottom: 5px; */
padding-bottom: 1px;
}
......
......@@ -58,6 +58,6 @@ export default {
<style scoped>
.eContainer-taskList {
padding: 3px 10px;
padding: 3px 15px;
}
</style>
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