douzhuo 1 ano atrás
pai
commit
cc221a199e
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      pages/reportExcel/weekReport.vue

+ 3
- 3
pages/reportExcel/weekReport.vue Ver arquivo

@@ -26,7 +26,7 @@
<!-- 简报表格部分 -->
<view class="briefing-box">
<block v-for="(data, index) in numlist" :key="index">
<view class="briefing-box-item" @click="toAuthPage(data)">
<view class="briefing-box-item">
<view class="tops" :class="[data.class || '']">
{{ data.name }}
</view>
@@ -1079,7 +1079,7 @@

.left {
flex-shrink: 0;
width: 140rpx;
width: 270rpx;
font-size: 30rpx;
overflow: hidden;
text-overflow: ellipsis;
@@ -1217,7 +1217,7 @@

.left {
flex-shrink: 0;
width: 140rpx;
width: 270rpx;
font-size: 30rpx;
overflow: hidden;
text-overflow: ellipsis;


Carregando…
Cancelar
Salvar