|
@@ -24,10 +24,7 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<div class="down">
|
|
|
-
|
|
|
<div class="down-add">
|
|
|
<el-row :gutter="24">
|
|
|
<el-col :span="22" class="down-title"> <i class="el-icon-tickets">消息列表</i> </el-col>
|
|
@@ -91,7 +88,9 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- tableData: []
|
|
|
+ tableData: [],
|
|
|
+ input:"",
|
|
|
+ value2:"",
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
@@ -113,11 +112,12 @@ export default {
|
|
|
width: 96%;
|
|
|
height: 150px;
|
|
|
margin-top: 20px;
|
|
|
- margin-left: 27px;
|
|
|
+ margin-left: 2%;
|
|
|
border: 1px solid #ccc;
|
|
|
}
|
|
|
|
|
|
.up-title {
|
|
|
+ width: 20%;
|
|
|
margin-left: 20px;
|
|
|
margin-top: 20px;
|
|
|
}
|
|
@@ -130,6 +130,7 @@ export default {
|
|
|
.up-input-title {
|
|
|
margin-top: 15px;
|
|
|
margin-left: 40px;
|
|
|
+
|
|
|
float: left;
|
|
|
}
|
|
|
|
|
@@ -143,12 +144,17 @@ export default {
|
|
|
|
|
|
}
|
|
|
.left-up{
|
|
|
+ width: 80%;
|
|
|
float: left;
|
|
|
}
|
|
|
.right-up{
|
|
|
- margin-top: 20px ;
|
|
|
+ width:16%;
|
|
|
+ margin-top: 2%;
|
|
|
float: right;
|
|
|
- padding-right: 20px;
|
|
|
+
|
|
|
+}
|
|
|
+.anniu{
|
|
|
+ padding-right: 5%;
|
|
|
}
|
|
|
.down{
|
|
|
margin-top: 40px;
|