zhengyiming
8 天以前 1ea9f0443ca33caf1616e43c73cd9605c09cae69
apps/bMiniApp/src/components/Chunk/Cell.vue
@@ -1,5 +1,5 @@
<template>
  <div class="bole-cell-wrapper" v-bind="$attrs">
  <div class="bole-cell-wrapper">
    <div class="cell-title-wrapper" v-if="showTitle">
      <slot name="title">
        <div :class="titleSize === 'normal' ? 'cell-title' : 'cell-title-large'">{{ title }}</div>