|
|
@@ -11,7 +11,7 @@ |
|
|
|
<el-card class="box-card" shadow="never" :body-style="{ padding: '0px 20px' }"> |
|
|
|
<div slot="header"> |
|
|
|
<span><el-divider direction="vertical"></el-divider>重要信息</span> |
|
|
|
<el-button style="float: right; padding: 3px 0;color: #fff;font-size: 12px" type="text">更多>></el-button> |
|
|
|
<!-- <el-button style="float: right; padding: 3px 0;color: #fff;font-size: 12px" type="text">更多>></el-button> --> |
|
|
|
</div> |
|
|
|
<div v-for="(o, index) in importList" :key="index" class="text item"> |
|
|
|
{{index+1}}、{{o.title}} |
|
|
|