|
@@ -2,7 +2,7 @@
|
|
|
<BasicLayout>
|
|
|
<template #wrapper>
|
|
|
<el-card class="box-card" style="flex:1;">
|
|
|
- <div style="margin-bottom:16px;">
|
|
|
+ <div >
|
|
|
<el-page-header @back="back">
|
|
|
<div slot="content">
|
|
|
<span style="font-size:18px;margin-right:16px;">{{ detailTitle }}</span>
|
|
@@ -14,7 +14,7 @@
|
|
|
</div>
|
|
|
</el-page-header>
|
|
|
</div>
|
|
|
- <div style="margin-bottom:16px;">
|
|
|
+ <div >
|
|
|
<div class="flexWrap">
|
|
|
<div class="flex-left">
|
|
|
<div class="ob-switch-box">
|
|
@@ -887,6 +887,7 @@ export default {
|
|
|
.ob-switch-box{
|
|
|
text-align: right;
|
|
|
width: 100%;
|
|
|
+ margin-bottom: 10px;
|
|
|
}
|
|
|
::v-deep .el-drawer__header {
|
|
|
padding:16px;
|