gx
queenwuli
2020-12-30 bb6aebd55fc9a8039e1c199ae1ea8af4eb547b1b
hive-app/pages/workbench/selectService/index.vue
@@ -64,7 +64,7 @@
               </view>
               <view class="flex justify-between font-12 mt-10">
                  <text>有效期至: {{item.invalidTime}}<text class="red" v-if="item.isInvalid==1">({{item.isInvalid | formatIsInvalid}})</text></text>
                  <text>剩余总次数:{{item.count}}</text>
                  <text v-if="item.isCourse === 'Y'">剩余总次数:{{item.count}}</text>
               </view>
            </view>
            <no-record :isShow="!comboList.length" size="mini" txt="暂无套餐" class="no-record"></no-record>
@@ -254,7 +254,7 @@
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      box-shadow:0 6px 6px rgba(237,234,244,0.5);
      padding-bottom: 5px;
      padding:10px 0 1px;
   }
   .content{
      padding: 10px 10px 65px;
@@ -328,6 +328,6 @@
      font-size: 14px;
   }
   .no-record{
      margin: 20px 0;
      margin: 20px 0!important;
   }
</style>