8336fb88a1c6f98670a72094e0d79f5a.php 730 B

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