zhengyiming
10 天以前 ba48054b6f2680cfa1a0b3b912880925a8b5861b
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>