Browse Source

修改样式

lex-xin 4 years ago
parent
commit
8e0df9b246
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/resetTeaming/modals/subject-preview.vue

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

@@ -28,7 +28,7 @@
             <el-row class="title-row" v-if="courseViewType == 0">
 				<el-col :span="12">课程类型</el-col>
 				<!-- <el-col :span="5" :offset="1" style="text-align: right;">原价</el-col> -->
-				<el-col :span="11" style="text-align: right;">现价</el-col>
+				<el-col :span="11" :offset="1" style="text-align: right;">现价</el-col>
 			</el-row>
 			<!-- 可选课程信息集合 -->
 			<template v-for="(item, index) in courseInfo">
@@ -39,7 +39,7 @@
 					<!-- <el-col :span="6">
 						<del style="color: #AAA; font-size: 12px;">¥{{ item.courseOriginalPrice | moneyFormat }}</del>
 					</el-col> -->
-					<el-col :span="11">
+					<el-col :span="11" :offset="1">
 						<span style="color: #1A1A1A">¥{{ item.courseCurrentPrice | moneyFormat }}</span>
 					</el-col>
 				</el-row>
@@ -51,7 +51,7 @@
 			<el-row class="title-row">
 				<el-col :span="12">课程类型</el-col>
 				<!-- <el-col :span="5" :offset="1" style="text-align: right;">原价</el-col> -->
-				<el-col :span="6" style="text-align: right;">现价</el-col>
+				<el-col :span="11" :offset="1" style="text-align: right;">现价</el-col>
 			</el-row>
 			<!-- 可选课程信息集合 -->
 			<template v-for="(item, index) in courseInfo">
@@ -62,7 +62,7 @@
 					<!-- <el-col :span="6">
 						<del style="color: #AAA; font-size: .12rem;">¥{{ item.courseOriginalPrice | moneyFormat }}</del>
 					</el-col> -->
-					<el-col :span="11">
+					<el-col :span="11" :offset="1">
 						<span style="color: #1A1A1A">¥{{ item.courseCurrentPrice | moneyFormat }}</span>
 					</el-col>
 				</el-row>