Merge branch 'master-v32-xwx' into 'master'
杭州-缓存数据-字体大小调整 See merge request !368
Showing
1 changed file
with
2 additions
and
2 deletions
1 | <div > | 1 | <div > |
2 | <!-- 表格--> | 2 | <!-- 表格--> |
3 | <el-table :border="showBorder" v-loading="loading" :size="size" ref="multipleTable" @selection-change="handleSelectionChange" :data="dataList" stripe header-row-class-name="tbl-header-class" :height="height" | 3 | <el-table :border="showBorder" v-loading="loading" :size="size" ref="multipleTable" @selection-change="handleSelectionChange" :data="dataList" stripe header-row-class-name="tbl-header-class" :height="height" |
4 | - style="width: 100%;margin: 0px 0px;"> | 4 | + style="width: 100%;margin: 0px 0px; font-size:13.5px;"> |
5 | <el-table-column v-if="showSelection && columns.length > 0" align="center" type="selection" width="55" /> | 5 | <el-table-column v-if="showSelection && columns.length > 0" align="center" type="selection" width="55" /> |
6 | <el-table-column v-if="showIndex && columns.length > 0" type="index" :label="indexLabel" align="center" width="50"/> | 6 | <el-table-column v-if="showIndex && columns.length > 0" type="index" :label="indexLabel" align="center" width="50"/> |
7 | 7 | ||
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | <div v-html="getTextContent(scope.row[item.prop])"> | 25 | <div v-html="getTextContent(scope.row[item.prop])"> |
26 | </div> | 26 | </div> |
27 | </template> | 27 | </template> |
28 | - <div style="overflow: hidden; text-overflow: ellipsis; font-size:15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;"> | 28 | + <div style="overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;"> |
29 | {{scope.row[item.prop]}} | 29 | {{scope.row[item.prop]}} |
30 | </div> | 30 | </div> |
31 | </el-tooltip> | 31 | </el-tooltip> |
-
Please register or login to post a comment