|
@@ -18,7 +18,7 @@
|
|
|
</div>
|
|
|
<el-container
|
|
|
v-loading.fullscreen.lock="loading.fullscreen"
|
|
|
- :style="type=='page'?{'background-color': '#F2F3F6','padding': '1%'}:{'background-color': '#F56C6C','overflow': 'auto','height':height}"
|
|
|
+ :style="type=='page'?{'background-color': '#F2F3F6','padding': '0 10px'}:{'background-color': '#F56C6C','overflow': 'auto','height':height}"
|
|
|
class="bug_manage_container scop"
|
|
|
>
|
|
|
<el-header height="0" />
|
|
@@ -1350,6 +1350,9 @@ export default {
|
|
|
width: 49%;
|
|
|
}
|
|
|
}
|
|
|
+.layout_main {
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
</style>
|
|
|
<style lang="less">
|
|
|
.el-tooltip__popper.is-dark {
|