Commit 03d7047b authored by zhengke's avatar zhengke

修改

parent e98bf5c1
......@@ -126,6 +126,14 @@
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.templateMarket .template_comheader {
padding: 13px 20px;
border-bottom: 1px solid #EBEEF5;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
margin-bottom:10px;
}
.templateMarket .template_comheader>div {
display: flex;
......
......@@ -31,10 +31,12 @@
<div class="template_comheader">
<div>
<span>模板市场管理</span>
<div style="float:right;">
<el-button type="primary" size="small" @click="CommonJump('templateMarket',{})">模板市场</el-button>
<el-button type="primary" size="small" @click="isShow=true,clearMsg()">新增</el-button>
</div>
</div>
</div>
<div class="temp_content">
<el-table :data="dataList" border style="width: 100%">
<el-table-column prop="Id" label="编号" width="100"></el-table-column>
......
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