Skip to content

Commit b996007

Browse files
author
YXJ2018
committed
修改线上样式冲突
1 parent 2832087 commit b996007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exam/src/components/student/scoreTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<template>
33
<div class="table">
44
<p class="title">我的分数</p>
5-
<section class="content">
5+
<section class="content-el">
66
<el-table ref="filterTable" :data="score" v-loading="loading">
77
<el-table-column
88
prop="answerDate"
@@ -119,7 +119,7 @@ export default {
119119
.title {
120120
margin: 20px;
121121
}
122-
.content {
122+
.content-el {
123123
background-color: #fff;
124124
padding: 20px;
125125
}

0 commit comments

Comments
 (0)