董国庆
8 天以前 cf4789baf6ab84d30b9e4626f37346ee0d8baadb
culture/src/components/Table/index.vue
@@ -1,5 +1,5 @@
<template>
    <div class="table-container">
    <div class="table-container" style="width: 100%;">
        <el-table border v-bind="$attrs" v-on="$listeners" :height="height">
            <slot></slot>
        </el-table>