Commit fa2368e1 fa2368e1ca109be1084695d34938ba147f4cb090 by zhanghao

commit

1 parent b727f20a
...@@ -164,7 +164,7 @@ ...@@ -164,7 +164,7 @@
164 <el-row style="margin-bottom: 15px;"> 164 <el-row style="margin-bottom: 15px;">
165 <el-col :span="8"> 165 <el-col :span="8">
166 <el-form ref="createCluesYoubaoe" :model="createCluesYoubaoe" label-width="0px"> 166 <el-form ref="createCluesYoubaoe" :model="createCluesYoubaoe" label-width="0px">
167 <el-card class="aquamarine" shadow="always"> 167 <el-card class="Orange" shadow="always">
168 <div slot="header" class="clearfix"> 168 <div slot="header" class="clearfix">
169 <span>生成线索-活动类型-有预约保额</span> 169 <span>生成线索-活动类型-有预约保额</span>
170 </div> 170 </div>
...@@ -272,10 +272,10 @@ ...@@ -272,10 +272,10 @@
272 background-color: deepskyblue; 272 background-color: deepskyblue;
273 } 273 }
274 274
275 .aquamarine { 275 .Orange {
276 width: calc(100% - 20px); 276 width: calc(100% - 20px);
277 padding: 0px; 277 padding: 0px;
278 background-color: aquamarine; 278 background-color: Orange;
279 } 279 }
280 280
281 .chocolate { 281 .chocolate {
......