|
@@ -6,16 +6,16 @@
|
|
开发助手:当前窗口在正式版本中将被移除。
|
|
开发助手:当前窗口在正式版本中将被移除。
|
|
</div>
|
|
</div>
|
|
<div class="testAssistantContent">
|
|
<div class="testAssistantContent">
|
|
- <div class="testAssistantContentItem"><span>板块id:</span>{{this.$store.state.template.editSectorId}}</div>
|
|
|
|
- <div class="testAssistantContentItem"><span>组件sort:</span>{{this.$store.state.template.editComponentSort}}</div>
|
|
|
|
- <div class="testAssistantContentItem"><span>组件type:</span>{{this.$store.state.template.editComponentType}}</div>
|
|
|
|
- <div class="testAssistantContentItem"><span>原始的组件style:</span>{{this.$store.state.template.pageData.index[this.$store.state.template.editSectorId].content.componentList[this.$store.state.template.editComponentSort].component_style}}</div>
|
|
|
|
- <div class="testAssistantContentItem"><span>现在的组件style:</span>{{this.$store.state.template.editComponentStyle}}</div>
|
|
|
|
|
|
+ <div class="testAssistantContentItem"><span>板块:</span>{{this.$store.state.template.editSectorId}}</div>
|
|
|
|
+ <div class="testAssistantContentItem"><span>组件位置:</span>{{this.$store.state.template.editComponentSort}}</div>
|
|
|
|
+ <div class="testAssistantContentItem"><span>组件种类:</span>{{this.$store.state.template.editComponentType}}</div>
|
|
|
|
+ <div class="testAssistantContentItem"><span>原组件样式:</span>{{this.$store.state.template.pageData.index[this.$store.state.template.editSectorId].content.componentList[this.$store.state.template.editComponentSort].component_style}}</div>
|
|
|
|
+ <div class="testAssistantContentItem"><span>当前组件样式:</span>{{this.$store.state.template.editComponentStyle}}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="componentStyleBox">
|
|
<div class="componentStyleBox">
|
|
<div class="componentStyleBoxContent">
|
|
<div class="componentStyleBoxContent">
|
|
- <!--1=标题组件 3=广告组件-->
|
|
|
|
|
|
+ <!--1.网站核心大标题组件 start---------------------------------------->
|
|
<div v-if="this.$store.state.template.editComponentType == 1" class="componentScrollBox">
|
|
<div v-if="this.$store.state.template.editComponentType == 1" class="componentScrollBox">
|
|
<table>
|
|
<table>
|
|
<tr>
|
|
<tr>
|
|
@@ -32,12 +32,20 @@
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ <!--1.网站核心大标题组件 end---------------------------------------->
|
|
|
|
+ <!--2.板块文字标题 start---------------------------------------->
|
|
|
|
+ <div v-if="this.$store.state.template.editComponentType == 2" class="componentScrollBox">
|
|
|
|
+ <table>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div :class="['componentScrollBoxItem', this.$store.state.template.editComponentStyle === 1 ? 'active' : '']" @click="selectUseStyleNumber(1)">
|
|
|
|
+ <img src="@/assets/template/component/title1.png"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <!--2.板块文字标题 end---------------------------------------->
|
|
<!--3.广告组件 start---------------------------------------->
|
|
<!--3.广告组件 start---------------------------------------->
|
|
<div v-if="this.$store.state.template.editComponentType == 3" class="componentScrollBox">
|
|
<div v-if="this.$store.state.template.editComponentType == 3" class="componentScrollBox">
|
|
<table>
|
|
<table>
|
|
@@ -65,9 +73,64 @@
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
- <!--3.广告组件 end---------------------------------------->
|
|
|
|
|
|
+ <!--4.banner组件 start---------------------------------------->
|
|
|
|
+ <div v-if="this.$store.state.template.editComponentType == 4" class="componentScrollBox">
|
|
|
|
+ <table>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div :class="['componentScrollBoxItem', this.$store.state.template.editComponentStyle === 1 ? 'active' : '']" @click="selectUseStyleNumber(1)">
|
|
|
|
+ <img src="@/assets/template/component/banner_pic1.png"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <div :class="['componentScrollBoxItem', this.$store.state.template.editComponentStyle === 2 ? 'active' : '']" @click="selectUseStyleNumber(2)">
|
|
|
|
+ <img src="@/assets/template/component/banner_pic2.png"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <!--4.banner组件 end---------------------------------------->
|
|
|
|
+ <!--5.tabs start---------------------------------------->
|
|
|
|
+ <div v-if="this.$store.state.template.editComponentType == 5" class="componentScrollBox">
|
|
|
|
+ <table>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div :class="['componentScrollBoxItem', this.$store.state.template.editComponentStyle === 1 ? 'active' : '']" @click="selectUseStyleNumber(1)">
|
|
|
|
+ <img src="@/assets/template/component/tabsList1.png"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <!--5.tabs end---------------------------------------->
|
|
|
|
+ <!--6.list列表组件 start---------------------------------------->
|
|
|
|
+ <div v-if="this.$store.state.template.editComponentType == 6" class="componentScrollBox">
|
|
|
|
+ <table>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div :class="['componentScrollBoxItem', this.$store.state.template.editComponentStyle === 1 ? 'active' : '']" @click="selectUseStyleNumber(1)">
|
|
|
|
+ <img src="@/assets/template/component/list1.png"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <!--6.list列表组件 end---------------------------------------->
|
|
|
|
+ <!--7.staticHtml静态组件 start---------------------------------------->
|
|
|
|
+ <div v-if="this.$store.state.template.editComponentType == 7" class="componentScrollBox">
|
|
|
|
+ <table>
|
|
|
|
+ <tr>
|
|
|
|
+ <td>
|
|
|
|
+ <div :class="['componentScrollBoxItem', this.$store.state.template.editComponentStyle === 1 ? 'active' : '']" @click="selectUseStyleNumber(1)">
|
|
|
|
+ <img src="@/assets/template/component/fivePicture.png"/>
|
|
|
|
+ </div>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <!--7.staticHtml静态组件 end---------------------------------------->
|
|
|
|
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="componentWindowBoxFooter">
|
|
<div class="componentWindowBoxFooter">
|