提交 db514ab4 编写于 作者: Danilas's avatar Danilas 🏸

pose

上级 fd50bf5f
......@@ -15,7 +15,6 @@
<el-input v-model="input" placeholder="请输入内容" style="width: 300px"></el-input>
<el-button type="primary" icon="el-icon-search" circle style="margin-left:10px" ></el-button>
</div>
<el-table :data="tableData" style="width: 100%"
:header-cell-style="headStyle"
:cell-style="rowStyle"
......@@ -107,7 +106,8 @@
<style>
.container{
margin:0 50px auto;
margin: 0 -250px auto;
width: 70%;
}
.tableStyle{
background-color: #2ebdffee!important;
......
<template>
<div>
<el-descriptions class="margin-top" title="消息一" :column="3" :size="size">
<el-descriptions class="margin-top" title="消息一" :column="3">
<template slot="extra">
<el-button type="primary" size="small">操作</el-button>
</template>
......@@ -17,7 +17,7 @@
<br>
<el-descriptions class="margin-top" title="消息二" :column="3" :size="size">
<el-descriptions class="margin-top" title="消息二" :column="3" >
<template slot="extra">
<el-button type="primary" size="small">操作</el-button>
</template>
......@@ -34,7 +34,7 @@
<br>
<el-descriptions class="margin-top" title="消息三" :column="3" :size="size">
<el-descriptions class="margin-top" title="消息三" :column="3">
<template slot="extra">
<el-button type="primary" size="small">操作</el-button>
</template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册