Commit 319e67dd authored by yaya's avatar yaya

feat: UI修改

parent 41e85e41
......@@ -25,7 +25,7 @@
highlight-current-row>
<el-table-column align="center" label="排行" width="100px" type="index" />
<el-table-column align="center" min-width="250px" label="笔记信息" class-name="small-padding fixed-width">
<el-table-column align="center" min-width="200px" label="笔记信息" class-name="small-padding fixed-width">
<template slot-scope="scope">
<div class="info" style="display: flex;" @click="handlerJumpDetail(scope.row.sourceUrl)">
<img :src="scope.row.img" class="info_image" style="width: 40px; height: 40px;margin-right: 10px">
......
......@@ -26,7 +26,7 @@
fit
highlight-current-row>
<el-table-column align="center" label="排行" width="100px" type="index" />
<el-table-column align="center" min-width="250px" label="笔记信息" class-name="small-padding fixed-width">
<el-table-column align="center" min-width="200px" label="笔记信息" class-name="small-padding fixed-width">
<template slot-scope="scope">
<div class="info" style="display: flex;" @click="handlerJumpDetail(scope.row.sourceUrl)">
<img :src="scope.row.img" class="info_image" style="width: 40px; height: 40px;margin-right: 10px">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment