@@ -19,7 +19,7 @@
<el-table-column prop="name" label="花材" width="160">
<template slot-scope="scope">
- <span>{{ scope.row.name }}</span>
+ <span style="font-size:14px;">{{ scope.row.name }}</span>
</template>
</el-table-column>