zhengyiming
2025-08-08 e04675d672d91138bc6eb4e7823f011f0fec6511
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>