zhaoxiaoqiang
2022-11-11 b6c9c40254c8f5e36bdbe32450e21b94f67ab263
src/components/cell/h-cell.vue
@@ -2,7 +2,7 @@
 * @Author: 小明丶
 * @Date: 2020-05-09 13:38:38
 * @LastEditors: zxq
 * @LastEditTime: 2022-08-30 16:43:01
 * @LastEditTime: 2022-08-30 16:45:16
 * @Description: cell框组件
 -->
<template>
@@ -15,7 +15,7 @@
      <span class="label" :class="[isTitle? 'title' : '']">{{label}}</span>
    </div>
    <div class="right flex-end-g">
      <template name="v-cell-right">
      <!-- <template name="v-cell-right"> -->
        <div class="c-text-999-g" v-if="!Show_input">
          {{calcValue}}
        </div>
@@ -38,7 +38,7 @@
        >
          <use xlink:href="#iconright" />
        </svg>
      </template>
      <!-- </template> -->
      <slot name="button">
        
      </slot>