Browse Source

Merge branch 'master' of http://git.2weisou.com/liumin/NewZkgj

branch0222
douzhuo 1 year ago
parent
commit
cc221a199e
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      pages/reportExcel/weekReport.vue

+ 3
- 3
pages/reportExcel/weekReport.vue View 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;


Loading…
Cancel
Save