lementUI table的行高设置

   <el-table
        :data="serviceList"
        tooltip-effect="dark"
        style="width: 100%"
        :show-header="false"
        :highlight-current-row="true"
        @row-click="serviceRowClick"
        @selection-change="handleServiceSelectionChange"
        :row-style="{ height: '20px' }"
        ref="serviceTable"
      >
      ````

猜你喜欢

转载自blog.csdn.net/fd2025/article/details/125737948