瀏覽代碼

修改预览样式

lex-xin 4 年之前
父節點
當前提交
09663f56cb
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      src/views/resetTeaming/modals/subject-preview.vue

+ 3 - 4
src/views/resetTeaming/modals/subject-preview.vue

@@ -7,13 +7,12 @@
 		</div>
 
 		<div class="section">
-			<h2 class="title">器乐练习系统</h2>
+			<h2 class="title">服务</h2>
             <p style="font-size: 14px; padding: 2px 0; color: #f85043" v-if="serviceValidDate">服务有效期:{{ serviceValidDate }}</p>
-			<el-row class="title-row">
+			<!-- <el-row class="title-row">
 				<el-col :span="16">服务项目</el-col>
-				<!-- <el-col :span="5" :offset="1" style="text-align: right;">原价</el-col> -->
 				<el-col :span="7" :offset="1" style="text-align: right;">现价</el-col>
-			</el-row>
+			</el-row> -->
 			<!-- 所有不可选的课程合集 -->
 			<template v-if="courseShowStatus">
 				<el-row class="option-row"  v-for="(item, index) in courseShowInfo" :class="[!item.isStudentOptional ? 'disabled' : '']" :key="index" @click.native="onCourseChange(item)">