|
@@ -2,7 +2,8 @@
|
|
|
<div id="technical">
|
|
|
<el-col :span="24" class="main">
|
|
|
<el-col :span="24" class="left">
|
|
|
- <el-col :span="24" class="downLeftTop">
|
|
|
+ <el-col :span="24" class="leftTop"> <span>|</span> <span>事项管理</span> <span @click="add()">创建对接会</span></el-col>
|
|
|
+ <!-- <el-col :span="24" class="downLeftTop">
|
|
|
<el-image :src="downLeftTopImage"></el-image>
|
|
|
<span class="topText">
|
|
|
<span>展会预约</span>
|
|
@@ -12,7 +13,7 @@
|
|
|
>
|
|
|
<span @click="add()">创建对接会</span>
|
|
|
</span>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="24" class="infoLeft">
|
|
|
<el-table :data="resultTable" stripe style="width: 96%" border>
|
|
|
<el-table-column prop="title" label="对接会标题"> </el-table-column>
|
|
@@ -122,6 +123,22 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
+.leftTop {
|
|
|
+ font-size: 18px;
|
|
|
+ width: 96%;
|
|
|
+ height: 41px;
|
|
|
+ line-height: 35px;
|
|
|
+ border-bottom: 1px solid #e5e5e5;
|
|
|
+ position: relative;
|
|
|
+ bottom: 1px;
|
|
|
+ margin: 10px;
|
|
|
+ font-weight: 600;
|
|
|
+ color: #22529a;
|
|
|
+}
|
|
|
+.leftTop span:last-child {
|
|
|
+ float: right;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
.jishuImage {
|
|
|
width: 100%;
|
|
|
height: 100%;
|