Browse Source

修改样式

lex-xin 5 years ago
parent
commit
a38939a100

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


+ 1 - 1
dist/static/css/chunk-2c71c68a.2dc80cb7.css → dist/static/css/chunk-3a7a9ecf.f51c3749.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.m-container[data-v-e032e768]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.newBand[data-v-e032e768]{display:inline-block}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.m-container[data-v-5fa34ddc]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.newBand[data-v-5fa34ddc]{display:inline-block}[data-v-5fa34ddc] .el-table .cell{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-2c71c68a.5bd13c06.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-3a7a9ecf.44a84514.js


+ 8 - 1
src/views/vipClass/vipList.vue

@@ -105,7 +105,7 @@
                            prop="name"
                            label="课程名称">
             <template slot-scope="scope">
-              <el-tooltip placement="top-start" style=" display: -webkit-box;  overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;">
+              <el-tooltip placement="top-start">
                   <div slot="content">{{ scope.row.name }}</div>
                   <span>{{ scope.row.name }}</span>
               </el-tooltip>
@@ -588,4 +588,11 @@ export default {
 .newBand {
   display: inline-block;
 }
+/deep/.el-table .cell {
+    display: -webkit-box;
+    overflow: hidden;
+    text-overflow: ellipsis;
+    -webkit-line-clamp: 3;
+    -webkit-box-orient: vertical;
+}
 </style>

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