Commit 89295fd7 by chenyu

update: style

parent 8893e273
......@@ -43,7 +43,7 @@
v-for="item in selectedFields" :key="item.code"
:fixed="item.code == 'name' ? true : false"
:label="item.name"
width="200">
min-width="200">
<template slot-scope="scope">
<!-- 基本信息 -->
<template v-if="item.code == 'name'">
......@@ -247,7 +247,7 @@
<div :index="$index">{{ updateTime ? dateformat(new Date(updateTime), 'yyyy-MM-dd hh:mm:ss') : '' }}</div>
</template>
</el-table-column>
<el-table-column label-class-name="table-header__handle" fixed="right" width="120">
<el-table-column label-class-name="table-header__handle" fixed="right" min-width="150">
<template slot="header">
<span>操作</span>
<i class="el-icon-setting" @click="showDefined"></i>
......
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