| | |
| | | <span>{{ item.project }}</span> |
| | | <span>{{ item.buildingNumber }}</span> |
| | | </div> |
| | | <div class="row3" v-if="item.other_columns==null||JSON.parse(item.other_columns).S02==null">{{item.width}}*{{item.height}}={{item.quantity}}</div> |
| | | <div class="row3" v-if="item.other_columns==null||JSON.parse(item.other_columns).S02==null">{{item.width}}x{{item.height}}={{item.quantity}}</div> |
| | | <div class="row3" v-else>{{JSON.parse(item.other_columns).S02}}={{item.quantity}}</div> |
| | | <div class="row5"> |
| | | <span>{{item.remarks}}</span> |
| | |
| | | .row1 { |
| | | font-size: 12pt; |
| | | font-weight: bold; |
| | | height: 25px; |
| | | height: 30px; |
| | | } |
| | | .row1 span { |
| | | font-size: 12pt; |
| | | font-size: 14pt; |
| | | } |
| | | |
| | | .row2 { |
| | | font-size: 12pt; |
| | | font-size: 14pt; |
| | | font-weight: bold; |
| | | height: 25px; |
| | | height: 30px; |
| | | } |
| | | .row2 span { |
| | | font-size: 12pt; |
| | | font-size: 14pt; |
| | | } |
| | | span { |
| | | font-size: 12pt; |
| | |
| | | .row3 { |
| | | margin-top: -5px; |
| | | height: 30px; |
| | | font-size: 20pt; |
| | | font-size: 22pt; |
| | | font-weight: bolder; |
| | | line-height: 30px; |
| | | } |
| | | |
| | | .row5 { |
| | | height: 25px; |
| | | height: 40px; |
| | | font-weight: bold; |
| | | font-size: 12pt; |
| | | } |
| | | .row5 span { |
| | | font-size: 12pt; |
| | | font-size: 14pt; |
| | | } |
| | | |
| | | .row6 { |