zhanghua
2022-12-27 dfb5adf5d4dc7971d9ef7c6528c302dc57f871fc
src/components/Table/index.vue
@@ -2,7 +2,7 @@
    <div class="Table">
        <div class="datatable">
            <el-table ref="multipleTable" :data="tableData" style="width: 100%"
                :header-cell-style="{'font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
                :header-cell-style="{'font-size':'14px','font-weight':'650','line-height':'45px'}"
                :row-class-name="tableRowClassName">
                <el-table-column v-for="item in option.group" :key="item.prop" :label="item.label"
                    :prop="item.prop" :min-width="item['min-width'] ? item['item.min-width']:'10'">
@@ -171,7 +171,7 @@
    width: 100%;
    .el-table {
        color: #4b9bb7;
        // color: #4b9bb7;
    }
    .tools {
@@ -184,7 +184,7 @@
            display: flex;
            .sp-item {
                border: 1px solid #17324c;
                // border: 1px solid #17324c;
            }
            .funsItem {