定宽
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
			
		||||
            <div class="grade" :class="{'error':item.myRecord.assessmentType == 3}">{{ item.myRecord.score }}</div>
 | 
			
		||||
            <div class="tips" v-if="item.examinationType" :class="item.examinationType == 0? 'auth': ''">{{ item.examinationType==0? '学习测试':'考试认证' }}</div>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="card_bottom col_blue" @click="handleToTest(item)">{{ item.myRecord? '重新考试':'参加考试'}}</div>
 | 
			
		||||
          <div class="card_bottom" :class="item.myRecord?'col_gray':'col_blue'" @click="handleToTest(item)">{{ item.myRecord? '重新考试':'参加考试'}}</div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </scroll-view>
 | 
			
		||||
    </div>
 | 
			
		||||
@@ -220,6 +220,7 @@ export default {
 | 
			
		||||
        border-radius: 16px 16px 0 0;
 | 
			
		||||
        padding: 38px;
 | 
			
		||||
        box-sizing: border-box;
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        .card_title {
 | 
			
		||||
          font-weight: 500;
 | 
			
		||||
@@ -230,6 +231,7 @@ export default {
 | 
			
		||||
          display: -webkit-box;
 | 
			
		||||
          -webkit-box-orient: vertical;
 | 
			
		||||
          -webkit-line-clamp: 2;
 | 
			
		||||
          width: 438px;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .card_count,
 | 
			
		||||
@@ -288,6 +290,9 @@ export default {
 | 
			
		||||
      .col_blue {
 | 
			
		||||
        color: #2D7DFF;
 | 
			
		||||
      }
 | 
			
		||||
      .col_gray {
 | 
			
		||||
        color: #687DA6;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user