Commit 297189c8 by liushikai

布局调整

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