Browse Source

#2981 【管理后台】资源管理相关页面增加横向滚动条

pull/2980/head
chenshihai 2 years ago
parent
commit
9b4e395322
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      web_src/vuepages/pages/resources/specification/index.vue

+ 2
- 2
web_src/vuepages/pages/resources/specification/index.vue View File

@@ -21,8 +21,8 @@
</div>
</div>
<div class="table-container">
<div style="min-height:600px;">
<el-table border :data="tableData" style="width: 100%;min-width:1700px;" v-loading="loading" stripe>
<div style="min-height:600px;overflow-x:auto;">
<el-table border :data="tableData" style="width:100%;min-width:1700px;" v-loading="loading" stripe>
<el-table-column prop="ID" label="ID" align="center" header-align="center" width="60"></el-table-column>
<el-table-column prop="SpecStr" :label="$t('resourcesManagement.resourceSpecification')" align="left"
header-align="center" min-width="160">


Loading…
Cancel
Save