fix ui
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
</view>
|
||||
<t-icon name="close" class="score-modal-close" size="40rpx" bindtap="onCloseScoreModal" />
|
||||
</view>
|
||||
<view class="score-container">
|
||||
<view class="score-container" catchtouchstart="noop" catchtouchmove="noop" catchtouchend="noop">
|
||||
<view class="score-image-container">
|
||||
<t-icon wx:if="{{currentSentence && currentSentence.file_id}}" name="{{playIconName}}" class="score-modal-play" size="60rpx" bindtap="playAssessmentVoice"></t-icon>
|
||||
<!-- <image wx:if="{{currentSentence && currentSentence.file_id}}" src="{{playIconSrc}}" class="score-modal-play" bind:tap="playAssessmentVoice" mode="aspectFit" /> -->
|
||||
|
||||
@@ -315,14 +315,15 @@
|
||||
.score-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 24rpx;
|
||||
padding: 0 24rpx;
|
||||
transition: all 0.3s ease-in-out;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.score-image-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 24rpx 0 0 12rpx;
|
||||
padding: 0 0 0 12rpx;
|
||||
min-height: 120rpx;
|
||||
}
|
||||
|
||||
@@ -812,8 +813,8 @@
|
||||
|
||||
.score-modal-close {
|
||||
position: absolute;
|
||||
top: 16rpx;
|
||||
right: 16rpx;
|
||||
top: 12rpx;
|
||||
right: 12rpx;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
@@ -854,6 +855,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
height: 48rpx;
|
||||
}
|
||||
|
||||
.score-overview {
|
||||
|
||||
Reference in New Issue
Block a user