排序
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
border
|
||||
v-loading="dataListLoading"
|
||||
style="width: 100%;"
|
||||
|
||||
>
|
||||
<el-table-column
|
||||
prop="title"
|
||||
@@ -63,7 +64,14 @@
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
prop="sort"
|
||||
width="100"
|
||||
header-align="center"
|
||||
align="center"
|
||||
label="排序"
|
||||
>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
fixed="right"
|
||||
header-align="center"
|
||||
@@ -336,7 +344,7 @@ export default {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-line-clamp:1;
|
||||
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user