| | |
| | | <div class="shuju-scroll"> |
| | | <div class="shuju-table-line2" v-for="(item,index) in LabourTable" :key="index"> |
| | | <div class="biao-title"> |
| | | <el-tooltip placement="top"> |
| | | <div slot="content"> |
| | | <h1>{{ item.dataType | dataFilter }}</h1> |
| | | </div> |
| | | <template> |
| | | <div class="content"> |
| | | <h1>{{ item.dataType | dataFilter }}</h1> |
| | | </div> |
| | | </template> |
| | | </el-tooltip> |
| | | </div> |
| | | <div class="title-flex"> |
| | | <div class="title"> |
| | |
| | | display: flex; |
| | | |
| | | .biao-title { |
| | | width: 1.328125rem /* 340/256 */ |
| | | width: 0.859375rem /* 220/256 */ |
| | | ; |
| | | } |
| | | |
| | | .title-flex { |
| | | width: 100%; |
| | | width: calc(100% - 0.859375rem); |
| | | display: flex; |
| | | } |
| | | |
| | | .title { |
| | | flex: 1; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | h1 { |
| | | font-size: $fontSize-26; |
| | |
| | | |
| | | .title { |
| | | flex: 1; |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | h1 { |
| | | font-size: $fontSize-26; |
| | |
| | | } |
| | | |
| | | .title-flex { |
| | | width: 100%; |
| | | width: calc(100% - 0.859375rem); |
| | | display: flex; |
| | | } |
| | | |
| | | .biao-title { |
| | | width: 1.328125rem /* 340/256 */ |
| | | width: 0.859375rem /* 220/256 */ |
| | | ; |
| | | |
| | | h1 { |
| | |
| | | color: $color-white; |
| | | text-align: right; |
| | | line-height: 1.5; |
| | | @include ellipsis() |
| | | } |
| | | |
| | | .fontColor { |