123456789101112131415161718192021222324252627 |
- <?php /*a:1:{s:43:"./app/component/view/horz_blank/design.html";i:1583474735;}*/ ?>
- <nc-component v-bind:data="data[index]" v-bind:class="['auxiliary-blank']" v-bind:style="{ backgroundColor : nc.backgroundColor }">
- <!-- 预览 -->
- <template slot="preview">
-
- <div v-bind:style="{ height : nc.height+'px'}"></div>
-
- </template>
-
- <!-- 编辑 -->
- <template slot="edit">
-
- <color v-bind:data="{ field : 'backgroundColor', label : '空白颜色' }"></color>
- <slide v-bind:data="{ field : 'height', label : '空白高度' }"></slide>
-
- </template>
- <!-- 资源 -->
- <template slot="resource">
-
- <css src="<?php echo htmlentities($resource_path); ?>/horz_blank/css/design.css"></css>
-
- </template>
-
- </nc-component>
|