Browse Source

简报不穿透,排名名称字数支持显示8个

branch0222
corala 3 years ago
parent
commit
97ad8f6689
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"> <view class="briefing-box">
<block v-for="(data, index) in numlist" :key="index"> <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 || '']"> <view class="tops" :class="[data.class || '']">
{{ data.name }} {{ data.name }}
</view> </view>
@@ -1079,7 +1079,7 @@


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


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


Loading…
Cancel
Save