Commit 03d7047b authored by zhengke's avatar zhengke

修改

parent e98bf5c1
...@@ -126,6 +126,14 @@ ...@@ -126,6 +126,14 @@
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
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 { .templateMarket .template_comheader>div {
display: flex; display: flex;
......
...@@ -31,8 +31,10 @@ ...@@ -31,8 +31,10 @@
<div class="template_comheader"> <div class="template_comheader">
<div> <div>
<span>模板市场管理</span> <span>模板市场管理</span>
<el-button type="primary" size="small" @click="CommonJump('templateMarket',{})">模板市场</el-button> <div style="float:right;">
<el-button type="primary" size="small" @click="isShow=true,clearMsg()">新增</el-button> <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> </div>
<div class="temp_content"> <div class="temp_content">
......
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