lex 2 years ago
parent
commit
b800d139b1

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 0
dist/static/css/chunk-a87a3dc0.a0470697.css

@@ -0,0 +1 @@
+[data-v-345b99aa] .el-date-editor.el-input,[data-v-345b99aa] .el-select{width:100%!important}[data-v-345b99aa] .el-table .cell{display:-webkit-box;overflow:hidden;max-height:45px;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}[data-v-345b99aa] .el-dialog__body{padding:10px 20px}.newBand[data-v-345b99aa]{display:inline-block}[data-v-345b99aa] .el-tabs__active-bar,[data-v-345b99aa].el-tabs__nav-wrap:after,[data-v-345b99aa] .el-tabs__nav-wrap:after{background-color:transparent!important}

+ 0 - 1
dist/static/css/chunk-d798311c.442e084d.css

@@ -1 +0,0 @@
-[data-v-c1491dc4] .el-date-editor.el-input,[data-v-c1491dc4] .el-select{width:100%!important}[data-v-c1491dc4] .el-table .cell{display:-webkit-box;overflow:hidden;max-height:45px;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}[data-v-c1491dc4] .el-dialog__body{padding:10px 20px}.newBand[data-v-c1491dc4]{display:inline-block}[data-v-c1491dc4] .el-tabs__active-bar,[data-v-c1491dc4].el-tabs__nav-wrap:after,[data-v-c1491dc4] .el-tabs__nav-wrap:after{background-color:transparent!important}

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.375e499b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-a87a3dc0.cde7c61a.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-d798311c.41bc48c6.js


+ 2 - 2
src/views/main/cloudDate/exerciseDurationDetail.vue

@@ -67,13 +67,13 @@
           :data="tableList"
           :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
         >
-          <el-table-column width="120px" align="center" prop="id" label="排名">
+          <!-- <el-table-column width="120px" align="center" prop="id" label="排名">
             <template slot-scope="scope">
               <div>
                 {{ scope.$index + 1 }}
               </div>
             </template>
-          </el-table-column>
+          </el-table-column> -->
           <el-table-column
             align="center"
             prop="teacherName"

Some files were not shown because too many files changed in this diff