Commit c7040a02 authored by 黄奎's avatar 黄奎

页面修改

parent e7136d12
......@@ -149,7 +149,6 @@
}
});
}
console.log("this.DefaultList ", this.DefaultList);
} else {
this.Info(res.data.message);
}
......
<style>
.menuDiv {
padding: 20px;
}
.menuDiv .query-box {
width: 100%;
padding: 0 0 20px;
border-bottom: 1px solid #ccc;
position: relative;
text-align: right;
}
.menuDiv .normalBtn {
......
<style>
.minimenuDiv {
padding: 20px;
}
.minimenuDiv .query-box {
width: 100%;
padding: 0 0 20px;
border-bottom: 1px solid #ccc;
position: relative;
text-align: right;
}
.minimenuDiv .normalBtn {
......@@ -271,4 +267,4 @@
}
};
</script>
</script>
\ No newline at end of file
<style>
.pluglistDiv {
padding: 20px;
}
.pluglistDiv .query-box {
width: 100%;
padding: 0 0 20px;
border-bottom: 1px solid #ccc;
position: relative;
text-align: right;
}
.pluglistDiv .normalBtn {
......@@ -183,7 +178,7 @@
if (res.data.resultCode == 1) {
this.getPageList();
this.marketingPlugDialog = false;
this.Success(res.data.message);
this.Success(res.data.message);
} else {
this.Info(res.data.message);
}
......
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