douzhuo 1 anno fa
parent
commit
cc221a199e
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      pages/reportExcel/weekReport.vue

+ 3
- 3
pages/reportExcel/weekReport.vue Vedi File

@@ -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;


Caricamento…
Annulla
Salva