|
@@ -6,7 +6,7 @@
|
|
|
<div class="FixedModuleBox">
|
|
|
<menuSector />
|
|
|
</div>
|
|
|
- <div class="FixedModuleBox">
|
|
|
+ <div class="FixedMainModuleBox" v-if="this.$store.state.template.pageData.index.length == 0">
|
|
|
<img src="@/assets/template/creat.png">
|
|
|
<div>您选择的板块将展示到此区域</div>
|
|
|
</div>
|
|
@@ -179,12 +179,18 @@ export default {
|
|
|
.FixedModuleBox {
|
|
|
width: 100%;
|
|
|
border: 2px dashed #19499F;
|
|
|
+ }
|
|
|
+ .FixedMainModuleBox {
|
|
|
+ width: 100%;
|
|
|
+ border: 2px dashed #19499F;
|
|
|
font-size: 18px;
|
|
|
color: #999;
|
|
|
text-align: center;
|
|
|
img {
|
|
|
- margin: 30px 0 20px 0;
|
|
|
+ margin-bottom: 20px;
|
|
|
}
|
|
|
+ padding: 100px;
|
|
|
+ background: #F5F7FB;
|
|
|
}
|
|
|
//模块 end------------------------------------------------------------>
|
|
|
//栅格布局 start------------------------------------------------------------>
|