소스 검색

app2.0 十四天课表回显教室

临城职教中职
杨晓琪 2 년 전
부모
커밋
b0136719ed
1개의 변경된 파일22개의 추가작업 그리고 1개의 파일을 삭제
  1. +22
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/list.vue

+ 22
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/timeTable/list.vue 파일 보기

@@ -44,7 +44,10 @@
</view>
<view class="tSec2Location">
<text class="text-xxl cuIcon cuIcon-location"></text>
{{ k.className }}
<view class="classRoomName">
<text>{{ k.classRoom }}</text>
<text>{{k.className}}</text>
</view>
</view>
</view>
</view>
@@ -427,6 +430,24 @@
font-size: 13px;
color: #888888;
}
.tSec2Location .classRoomName{
// display: inline;
line-height: 14px;
width: calc(100% - 24px);
float: right;
height: 51px;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.tSec2Location .classRoomName uni-text{
text-align: center;
display: inline-block;
width: 100%;
}

.noHtml {
height: 100%;


불러오는 중...
취소
저장